flutter_inappwebview_windows 0.7.0-beta.2
flutter_inappwebview_windows: ^0.7.0-beta.2 copied to clipboard
Windows implementation of the flutter_inappwebview plugin.
0.7.0-beta.2 #
- Updated flutter_inappwebview_platform_interface version to ^1.4.0-beta.2
- Updated Microsoft.Web.WebView2 SDK version from
1.0.2792.45to1.0.2849.39 - Implemented
disableDefaultErrorPage,statusBarEnabled,browserAcceleratorKeysEnabled,generalAutofillEnabled,passwordAutosaveEnabled,isPinchZoomEnabled,allowsBackForwardNavigationGestures,hiddenPdfToolbarItems,reputationCheckingRequired,nonClientRegionSupportEnabledproperties ofInAppWebViewSettings - Implemented
isInterfaceSupported,getProcessInfos,getFailureReportFolderPathWebViewEnvironment methods - Implemented
isInterfaceSupported,getZoomScaleInAppWebViewController method - Implemented
onDownloadStarting,onAcceleratorKeyPressedWebView event - Implemented
exclusiveUserDataFolderAccess,isCustomCrashReportingEnabled,enableTrackingPrevention,areBrowserExtensionsEnabled,channelSearchKind,releaseChannels,scrollbarStyleproperties ofWebViewEnvironmentSettings - Implemented
onNewBrowserVersionAvailable,onBrowserProcessExited,onProcessInfosChangedWebViewEnvironment events - Send mouse leave region event to native view
- Fixed wrong channel name when creating a
WebViewEnvironmentinstance - Fixed "[Windows] Has an overlay on the desktop when the application is minimized" #2402
- Fixed "[Windows] missing implementation of onPermissionRequest event will cause crash when requested by the webpage" #2404
- Fixed "Windows: getCookies return empty list" #2314
0.7.0-beta.1 #
- Updated flutter_inappwebview_platform_interface version to ^1.4.0-beta.1
- Updated
scrollMultiplierdefault value from 6 to 1 - Added support for
UserScript.allowedOriginRulesandUserScript.forMainFrameOnlyparameters - Implemented
onReceivedHttpAuthRequest,onReceivedClientCertRequest,onReceivedServerTrustAuthRequest,onRenderProcessGone,onRenderProcessUnresponsive,onWebContentProcessDidTerminate,onProcessFailedWebView events - Implemented
clearSslPreferencesWebView method - Fixed
get_optional_fl_map_valueimplementation 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.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