supportMultipleWindows property
getter/setter pair
Sets whether the WebView supports multiple windows.
If set to true, PlatformWebViewCreationParams.onCreateWindow event must be implemented by the host application. The default value is false.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - WebSettings.setSupportMultipleWindows)
Implementation
bool? supportMultipleWindows;