flutter_inappwebview_windows 0.6.0
flutter_inappwebview_windows: ^0.6.0 copied to clipboard
Windows implementation of the flutter_inappwebview plugin.
0.6.0 #
- Updated code to support multiple flutter windows
0.5.0+2 #
- Fixed
InAppWebViewController.callAsyncJavaScriptnot working with JSON objects
0.5.0+1 #
- Fixed
onLoadResourceWithCustomSchemeWebView event called every time
0.5.0 #
- Implemented
shouldInterceptRequest,onLoadResourceWithCustomSchemeWebView events - Updated flutter_inappwebview_platform_interface version to ^1.3.0
0.4.1 #
- Implemented
incognitoforInAppWebViewSettings
0.4.0 #
- Updated
shouldOverrideUrlLoadingimplementation 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,getCertificatemethods forInAppWebViewController - Implemented
onPermissionRequestWebView event
0.2.0+1 #
- Fixed
InAppWebViewController.evaluateJavascriptnot working with JSON objects - Fixed
InAppWebViewManager::METHOD_CHANNEL_NAMEc++ value - Fixed
InAppWebViewController.takeScreenshotto 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.55to1.0.2792.45 - Updated pubspec.yaml
- Fixed
CookieManager.setCookie
0.1.0 #
- Initial release