Skip to content

Commit 372aaca

Browse files
committed
update comment
1 parent 2063c31 commit 372aaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class _MyHomePageState extends State<MyHomePage> {
201201
selectedUrl,
202202
rect: Rect.fromLTWH(0.0, 0.0, MediaQuery.of(context).size.width, 300.0),
203203
userAgent: kAndroidUserAgent,
204-
invalidUrlRegex: r'^(https).+(twitter)',
204+
invalidUrlRegex: r'^(https).+(twitter)', // prevent redirecting to twitter when user click on its icon in flutter website
205205
);
206206
},
207207
child: const Text('Open Webview (rect)'),

0 commit comments

Comments
 (0)