iosWebViewFix/flutter_inappwebview_ios/CHANGELOG.md

2.5 KiB

1.0.13

  • Updated flutter_inappwebview_platform_interface version dependency to ^1.0.10

1.0.12

  • Updated flutter_inappwebview_platform_interface version dependency to ^1.0.9
  • Fix typos and other code improvements (thanks to michalsrutek)
  • Fixed "runtime issue of SecTrustCopyExceptions 'This method should not be called on the main thread as it may lead to UI unresponsiveness.' when using onReceivedServerTrustAuthRequest" #1924
  • Merged "💥 Fix iPad crash due to missing sourceView" #1933 (thanks to michalsrutek)
  • Merged "💥 Fix crash - remove force unwrapping from dispose method" #1932 (thanks to michalsrutek)

1.0.11

  • Updated flutter_inappwebview_platform_interface version dependency to ^1.0.8

1.0.10

  • Updated flutter_inappwebview_platform_interface version dependency to ^1.0.7

1.0.9

  • Implemented InAppWebViewSettings.interceptOnlyAsyncAjaxRequests
  • Updated useShouldInterceptAjaxRequest automatic infer logic
  • Updated CookieManager methods return value
  • Fixed "iOS crash at public func userContentController(_ userContentController: WKUserContentController, didReceive message: WKScriptMessage)" #1912

1.0.8

  • Fixed error in InterceptAjaxRequestJS 'Failed to set responseType property'
  • Fixed shouldInterceptAjaxRequest javascript code when overriding XMLHttpRequest.open method parameters

1.0.7

  • Fixed "getFavicons: _TypeError: type '_Map<String, dynamic>' is not a subtype of type 'Iterable'" #1897

1.0.6

  • Possible fix for "iOS Fatal Crash" #1894

1.0.5

  • Call super.dispose(); on InAppBrowser and ChromeSafari implementations

1.0.4

  • Fixed "Cloudflare Turnstile failure" #1738

1.0.3

  • Fixed InAppBrowserMenuItem.iconColor not working

1.0.2

  • Added PlatformPrintJobController.onComplete setter
  • Updated flutter_inappwebview_platform_interface version dependency to 1.0.2

1.0.1

  • Updated README

1.0.0

Initial release.