flutter_inappwebview_windows 0.3.0 flutter_inappwebview_windows: ^0.3.0 copied to clipboard
Windows implementation of the flutter_inappwebview plugin.
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