flutter_inappwebview_macos 1.2.0-beta.3 copy "flutter_inappwebview_macos: ^1.2.0-beta.3" to clipboard
flutter_inappwebview_macos: ^1.2.0-beta.3 copied to clipboard

PlatformmacOS

macOS implementation of the flutter_inappwebview plugin.

1.2.0-beta.3 #

  • Updated flutter_inappwebview_platform_interface version to ^1.4.0-beta.3
  • Implemented saveState, restoreState InAppWebViewController methods
  • Implemented PlatformProxyController class
  • Add Swift Package Manager support #2409
  • Fixed internal javascript callback handlers when the WebView has windowId not null
  • Fixed crash of unhandled onPrintRequest WebView event
  • Fixed "When useShouldInterceptAjaxRequest is true, some ajax requests doesn't work" #2197
  • Fixed "iOS App rejected by apple for violating Guideline 2.5.1 - Performance - Software Requirements | Flutter 3.35.x seems to use non-public or deprecated APIs" #2754
  • Fixed "InAppWebViewController.goTo" implementation
  • Merged "🐛 fix MacOS: when using the WebMessageListener onPostMessage method, the message parameter is unexpectedly empty" #2481 (thanks to imoyakin)
  • Merged "fix #2484, Remove not-empty assert for Cookie.value" #2486 (thanks to laishere)

1.2.0-beta.2 #

  • Updated flutter_inappwebview_platform_interface version to ^1.4.0-beta.2
  • Implemented alpha property of InAppWebViewSettings

1.2.0-beta.1 #

  • Updated flutter_inappwebview_platform_interface version to ^1.4.0-beta.1
  • Implemented requestFocus, clearFocus WebView methods
  • Updated ConsoleLogJS internal PluginScript to main-frame only as using it on non-main frames could cause issues such as #1738
  • Added support for UserScript.allowedOriginRules parameter
  • Moved WKUserContentController initialization on preWKWebViewConfiguration to fix possible undefined is not an object (evaluating 'window.webkit.messageHandlers') javascript error
  • Merged "change priority of DispatchQueue" #2322 (thanks to nnnlog)
  • Implemented workaround for "[macOS] Copy Shortcut does not work if TextField outside of WebView has focus" #2380

1.1.2 #

  • Updated flutter_inappwebview_platform_interface version to ^1.3.0

1.1.1 #

  • Updated flutter_inappwebview_platform_interface version to ^1.2.0

1.1.0+3 #

  • Updated flutter_inappwebview_platform_interface version

## 1.1.0+2 #

  • Updated pubspec.yaml

1.1.0+1 #

  • Fixed "v6.1.0 fails to compile on Xcode 15" #2288

1.1.0 #

  • Added InAppWebView support
  • Added privacy manifest
  • Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.
  • Fixed "[MACOS] launching InAppBrowser with 'hidden: true' calls onExit immediately" #1939
  • Fixed XCode 16 build

1.0.11 #

  • Updated flutter_inappwebview_platform_interface version dependency to ^1.0.10

1.0.10 #

  • 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

1.0.9 #

  • Updated flutter_inappwebview_platform_interface version dependency to ^1.0.8

1.0.8 #

  • Updated flutter_inappwebview_platform_interface version dependency to ^1.0.7
  • Implemented InAppBrowser.onMainWindowWillClose event

1.0.7 #

  • 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.6 #

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

1.0.5 #

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

1.0.4 #

  • Possible fix for "iOS Fatal Crash" #1894

1.0.3 #

  • Call super.dispose(); on InAppBrowser implementation

1.0.2 #

  • Fixed "Cloudflare Turnstile failure" #1738

1.0.1 #

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

1.0.0 #

Initial release.