Skip to content

Expose Webview to allow custom config/handlers #39

Open
@airandfingers

Description

@airandfingers

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 and loadFinishedEvent handlers

Are there other ways to accomplish the tasks above without accessing the Webview?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions