You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please do not report security vulnerabilities here. The Responsible Disclosure Program details the procedure for disclosing security issues.
Thank you in advance for helping us to improve this library! Please read through the template below and answer all relevant questions. Your additional work here is greatly appreciated and will help us respond as quickly as possible. For general support or usage questions, use the Auth0 Community or Auth0 Support. Finally, to avoid duplicates, please search existing Issues before submitting one here.
By submitting an Issue to this repository, you agree to the terms within the Auth0 Code of Conduct.
Description
Blank screen is seen while loading a url in webview
Reproduction
We are trying to open a privacy policy page in webview using Auth0 library but getting below error while loading the page. Webview is showing a Blank page.
Solution :
Please enable Dom Storage setting in WebAuthActivity.java final WebSettings settings = webView.getSettings(); settings.setDomStorageEnabled(true);
The text was updated successfully, but these errors were encountered:
@sandeepmnit I see you mentioned the WebAuthActivity. The use of "webviews" is deprecated since 2016, the change was introduced with this PR #36. However, it's still not clear to me how you are using this library, can you add a comment explaining that, please?
Please do not report security vulnerabilities here. The Responsible Disclosure Program details the procedure for disclosing security issues.
Thank you in advance for helping us to improve this library! Please read through the template below and answer all relevant questions. Your additional work here is greatly appreciated and will help us respond as quickly as possible. For general support or usage questions, use the Auth0 Community or Auth0 Support. Finally, to avoid duplicates, please search existing Issues before submitting one here.
By submitting an Issue to this repository, you agree to the terms within the Auth0 Code of Conduct.
Description
Blank screen is seen while loading a url in webview
Reproduction
We are trying to open a privacy policy page in webview using Auth0 library but getting below error while loading the page. Webview is showing a Blank page.
I/chromium: [INFO:CONSOLE(99)] "creating new AuthService instance", source: https://domain-name/static/bundles/prod/main-7243e34fbb33559e0cc0.js (99)
I/chromium: [INFO:CONSOLE(76)] "TypeError: Cannot read property 'removeItem' of null", source: domain-name/static/bundles/prod/main-7243e34fbb33559e0cc0.js (76)
Environment
Auth0 version 1.25.0
All Android version
Solution :
Please enable Dom Storage setting in WebAuthActivity.java
final WebSettings settings = webView.getSettings();
settings.setDomStorageEnabled(true);
The text was updated successfully, but these errors were encountered: