1.0.12
- Updated
flutter_inappwebview_platform_interfaceversion dependency to^1.0.10
1.0.11
- Updated
flutter_inappwebview_platform_interfaceversion dependency to^1.0.9 - Fix typos (thanks to michalsrutek)
1.0.10
- Updated
flutter_inappwebview_platform_interfaceversion dependency to^1.0.8 - Implemented
PlatformCustomPathHandlerclass
1.0.9
- Updated
flutter_inappwebview_platform_interfaceversion dependency to^1.0.7 - Fixed "Cloudflare Turnstile failure" #1738
- Fixed
InAppWebViewController.callAsyncJavaScriptissue when the last line of thefunctionBodyparameter includes a code comment
1.0.8
- Implemented
InAppWebViewSettings.interceptOnlyAsyncAjaxRequests - Implemented
PlatformInAppWebViewController.clearFormDatamethod - Implemented
PlatformCookieManager.removeSessionCookiesmethod - Updated
useShouldInterceptAjaxRequestautomatic infer logic - Updated
CookieManagermethods return value
1.0.7
- Merged "Fixed error in InterceptAjaxRequestJS 'Failed to set responseType property'" #1904 (thanks to EArminjon)
- Fixed shouldInterceptAjaxRequest javascript code when overriding XMLHttpRequest.open method parameters
1.0.6
- Fixed "getFavicons: _TypeError: type '_Map<String, dynamic>' is not a subtype of type 'Iterable'" #1897
- Fixed "onClosed not considering back navigation or up button / close button in ChromeSafariBrowser when using noHistory: true" #1882
1.0.5
- Call
super.dispose();onInAppBrowserandChromeSafariimplementations
1.0.4
- Throw platform exception when ProcessGlobalConfig.apply throws an error on the native side to be able to catch it on Flutter side
1.0.3
- Updated
ContentBlockerHandlerCSS_DISPLAY_NONE action type andJavaScriptBridgeJS.JAVASCRIPT_BRIDGE_JS_SOURCEjavascript implementation code
1.0.2
- Updated
flutter_inappwebview_platform_interfaceversion dependency to1.0.2 - Fixed "Crash when starting ChromeSafariBrowser on Android java.lang.NoSuchMethodError: No virtual method isEngagementSignalsApiAvailable" #1881
1.0.1
- Updated README
1.0.0
Initial release.