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

Add a new interface method to AuthorizationDialogController to enable WebView DOM storage APIs #69

Closed
wants to merge 11 commits into from

Conversation

praneetloke
Copy link

Some OAuth services want to use the WebView's localStorage to store data and if the WebSettings.setDomStorageEnabled is not set to true, the global localStorage variable will be null in the WebView. This method enables custom authorization controllers implementing this interface to set the option to true/false.

@praneetloke
Copy link
Author

Looks like the build failed with the javaDocs task and not from my changes. Let me know if you still want me to address them before merging this pull.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant