Skip to content

Custom web settings options #85

@alu0100207385

Description

@alu0100207385

Hi there.

Checking this information https://github.com/wuman/android-oauth-client#authorizationuicontroller

Is there any way to customize with more options the web settings. I would like to enable localStorage and setDatabase and setDatabasePath.

webSettings.setDomStorageEnabled(true);
webSettings.setDatabaseEnabled(true);
webSettings.setDatabasePath(...)

It does not seems supported (

public interface AuthorizationDialogController extends AuthorizationUIController {
) but maybe I missed something.

Thanks in advance.

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