javaScriptCanOpenWindowsAutomatically property
Set to true
to allow JavaScript open windows without user interaction. The default value is false
.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebSettings.setJavaScriptCanOpenWindowsAutomatically)
- iOS (Official API - WKPreferences.javaScriptCanOpenWindowsAutomatically)
- MacOS (Official API - WKPreferences.javaScriptCanOpenWindowsAutomatically)
- Web but iframe requires same origin
Implementation
bool? javaScriptCanOpenWindowsAutomatically;