incognito property
Set to true
to open a browser window with incognito mode. The default value is false
.
NOTE: available on iOS 9.0+.
On Android, by setting this option 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.
Implementation
bool incognito;