-
Notifications
You must be signed in to change notification settings - Fork 92
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
loadStartedEventandloadFinishedEventhandlers
Are there other ways to accomplish the tasks above without accessing the Webview?
Eonfuzz and maplepam
Metadata
Metadata
Assignees
Labels
No labels