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.
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.localStorageshould be sufficient.