incognito property
Set to true
to open a browser window with incognito mode. The default value is false
.
NOTE for Android native WebView: setting this to true
, it will clear all the cookies of all WebView instances,
because there isn't any way to make the website data store non-persistent for the specific WebView instance such as on iOS.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
Implementation
bool? incognito;