Open
Description
Hi, I see that you closed #33 citing that "Providing a custom UI goes against the Oauth2 spec", but there are other reasons that exposing the Webview would be very useful:
- Set Android WebView settings:
webview.android.setWebChromeClient(new android.webkit.WebChromeClient());
android.getSettings().setBuiltInZoomControls(false);
android.getSettings().setUserAgentString('CUSTOM_UA_STRING');
- Set custom
loadStartedEvent
andloadFinishedEvent
handlers
Are there other ways to accomplish the tasks above without accessing the Webview?
Metadata
Metadata
Assignees
Labels
No labels