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.
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.
It does not seems supported (
android-oauth-client/library/src/main/java/com/wuman/android/auth/AuthorizationDialogController.java
Line 22 in 6e01b81
Thanks in advance.