Enable DOM storage in Android Webview #2767
Labels
android
The issue relates to Android mobile support.
enhancement
New features, or improvements to existing features.
good first issue
Is this your first time contributing? This could be a good place to start!
Discussed in #2765
The Android Webview doesn't enable DOM storage by default. This is a feature that an increasing number of webpages need to operate at all, so it should probably be enabled. See the discussion for the required code patch.
The testbed should also include a simple test that exercises the DOM storage API - running some Javascript that does a simple round-trip on
window.localStorage
should be sufficient.The text was updated successfully, but these errors were encountered: