Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable DOM storage in Android Webview #2767

Closed
freakboy3742 opened this issue Aug 14, 2024 Discussed in #2765 · 0 comments · Fixed by #2815
Closed

Enable DOM storage in Android Webview #2767

freakboy3742 opened this issue Aug 14, 2024 Discussed in #2765 · 0 comments · Fixed by #2815
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!

Comments

@freakboy3742
Copy link
Member

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.

@freakboy3742 freakboy3742 added good first issue Is this your first time contributing? This could be a good place to start! android The issue relates to Android mobile support. enhancement New features, or improvements to existing features. labels Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant