Skip to content

Commit d238eff

Browse files
committed
fix: webview
1 parent 1b43e48 commit d238eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/widgetComp.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class IndexState extends State<Index> {
131131
onPressed: () async {
132132
FluroRouter.router.navigateTo(
133133
context,
134-
'/webview?url=${Uri.encodeComponent(this.originCodeUrl)}',
134+
'/webview?title=${this.title}&url=${Uri.encodeComponent(this.originCodeUrl)}',
135135
);
136136
},
137137
),

0 commit comments

Comments
 (0)