From 24317b22ecbf0c5e4ef6cd2abbec2a4ab9cf4beb Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Fri, 22 Apr 2022 10:38:19 +0200 Subject: [PATCH] updated example --- example/lib/in_app_webiew_example.screen.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/lib/in_app_webiew_example.screen.dart b/example/lib/in_app_webiew_example.screen.dart index 106d3347..4f7aab1d 100755 --- a/example/lib/in_app_webiew_example.screen.dart +++ b/example/lib/in_app_webiew_example.screen.dart @@ -121,6 +121,8 @@ class _InAppWebViewExampleScreenState extends State { // contextMenu: contextMenu, initialUrlRequest: URLRequest(url: Uri.parse("https://www.pubnub.com/developers/demos/webrtc/launch/")), + // initialUrlRequest: + // URLRequest(url: Uri.parse(Uri.base.toString().replaceFirst("/#/", "/") + 'page.html')), // initialFile: "assets/index.html", initialUserScripts: UnmodifiableListView([]), initialSettings: settings,