You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to customize our Webview's settings, including its user agent string and permissions. On Android, these require access to the Webview component, to make calls like these:
let settings = webView.android.getSettings();
settings.setUserAgentString('My Custom UA String');
settings.setAllowFileAccess(false);
nativescript-oauth doesn't currently expose the Webview component, so we currently can't change settings like this.
The text was updated successfully, but these errors were encountered:
We'd like to customize our Webview's settings, including its user agent string and permissions. On Android, these require access to the Webview component, to make calls like these:
nativescript-oauth doesn't currently expose the Webview component, so we currently can't change settings like this.
The text was updated successfully, but these errors were encountered: