We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b43e48 commit d238effCopy full SHA for d238eff
lib/components/widgetComp.dart
@@ -131,7 +131,7 @@ class IndexState extends State<Index> {
131
onPressed: () async {
132
FluroRouter.router.navigateTo(
133
context,
134
- '/webview?url=${Uri.encodeComponent(this.originCodeUrl)}',
+ '/webview?title=${this.title}&url=${Uri.encodeComponent(this.originCodeUrl)}',
135
);
136
},
137
),
0 commit comments