domStorageEnabled property
getter/setter pair
Set to true if you want the DOM storage API is enabled. The default value is true.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - WebSettings.setDomStorageEnabled)
- Linux WPE WebKit (Official API - WebKitSettings.enable-html5-local-storage)
Implementation
bool? domStorageEnabled;