supportMultipleWindows property
Sets whether the WebView supports multiple windows.
If set to true, WebView.onCreateWindow event must be implemented by the host application. The default value is false.
Implementation
bool supportMultipleWindows;
Sets whether the WebView supports multiple windows.
If set to true, WebView.onCreateWindow event must be implemented by the host application. The default value is false.
bool supportMultipleWindows;