From 16de8b199dc99896a18dc4a0df233901a8a121cb Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Wed, 6 Nov 2019 00:23:24 +0100 Subject: [PATCH] added onNavigationStateChange, updated onAjaxProgress and onAjaxReadyStateChange return type --- .idea/workspace.xml | 200 ++++++++---------- CHANGELOG.md | 3 +- .../InAppWebView/InAppWebView.java | 6 +- .../InAppWebView/InAppWebViewClient.java | 19 +- example/assets/index.html | 24 +++ example/lib/inline_example.screen.dart | 12 +- ios/Classes/InAppWebView.swift | 71 ++++++- lib/src/in_app_browser.dart | 30 +++ lib/src/in_app_webview.dart | 44 ++-- lib/src/types.dart | 10 + 10 files changed, 270 insertions(+), 149 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 638eec5d..3576e27d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -15,33 +15,16 @@ - - - - - - - - - - - - - - + - - - - @@ -64,8 +47,8 @@ - - + + @@ -73,11 +56,23 @@ + + + + + + + + + + + + - - + + @@ -100,26 +95,17 @@ - - + + - - - - - - - - - - - + + @@ -130,17 +116,8 @@ - - - - - - - - - - - + + @@ -157,10 +134,6 @@ - initialOpti - Platform - Platform.i - getOption .toValue fromValue( ?.toMap()); @@ -187,6 +160,10 @@ onAjaxEvent shouldInterceptAjaxRequest shouldInterceptFetchRequest + onAjaxProgress + onAjaxReady + NAVIGATION + onNavigationStateChange activity.getPreferences(0) @@ -251,18 +228,18 @@ @@ -284,17 +261,6 @@ - - - - - - - - - - - @@ -337,17 +303,6 @@ - - - - - - - - - + + + + + + + + + + + +

placeholder 100x50

@@ -51,6 +54,27 @@