updated example

This commit is contained in:
Lorenzo Pichilli 2022-04-22 10:38:19 +02:00
parent 9006cf1228
commit 24317b22ec
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ class _InAppWebViewExampleScreenState extends State<InAppWebViewExampleScreen> {
// 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<UserScript>([]),
initialSettings: settings,