flutter_inappwebview_windows 0.7.0-beta.1 flutter_inappwebview_windows: ^0.7.0-beta.1 copied to clipboard
Windows implementation of the flutter_inappwebview plugin.
0.7.0-beta.1 #
- Updated flutter_inappwebview_platform_interface version to ^1.4.0
- Updated
scrollMultiplier
default value from 6 to 1 - Added support for
UserScript.allowedOriginRules
andUserScript.forMainFrameOnly
parameters - Implemented
onReceivedHttpAuthRequest
,onReceivedClientCertRequest
,onReceivedServerTrustAuthRequest
,onRenderProcessGone
,onRenderProcessUnresponsive
,onWebContentProcessDidTerminate
,onProcessFailed
WebView events - Implemented
clearSslPreferences
WebView method - Fixed
get_optional_fl_map_value
implementation inutils/flutter.h
- Fixed "Error in transparentBackground handling in Windows" #2391
0.6.0 #
- Updated code to support multiple flutter windows
0.5.0+2 #
- Fixed
InAppWebViewController.callAsyncJavaScript
not working with JSON objects
0.5.0+1 #
- Fixed
onLoadResourceWithCustomScheme
WebView event called every time
0.5.0 #
- Implemented
shouldInterceptRequest
,onLoadResourceWithCustomScheme
WebView events - Updated flutter_inappwebview_platform_interface version to ^1.3.0
0.4.1 #
- Implemented
incognito
forInAppWebViewSettings
0.4.0 #
- Updated
shouldOverrideUrlLoading
implementation using the Chrome DevTools Protocol API Fetch.requestPaused event - Updated flutter_inappwebview_platform_interface version to ^1.2.0
0.3.0+1 #
- Removed unwanted debug log
0.3.0 #
- Implemented
pause
,resume
,getCertificate
methods forInAppWebViewController
- Implemented
onPermissionRequest
WebView event
0.2.0+1 #
- Fixed
InAppWebViewController.evaluateJavascript
not working with JSON objects - Fixed
InAppWebViewManager::METHOD_CHANNEL_NAME
c++ value - Fixed
InAppWebViewController.takeScreenshot
to behave consistently with the other platforms
0.2.0 #
- Added support for keeping alive InAppWebView widgets
- Added onProgressChanged, onCreateWindow, onCloseWindow support
- Updated Microsoft.Web.WebView2 SDK version from
1.0.2210.55
to1.0.2792.45
- Updated pubspec.yaml
- Fixed
CookieManager.setCookie
0.1.0 #
- Initial release