Commit 5e6756b0 authored by Tiago Cunha's avatar Tiago Cunha Committed by GitHub

Merge branch 'develop' into feature/autocomplete

parents 2ae875c8 94beac85
...@@ -127,6 +127,7 @@ public abstract class AbstractOAuthFragment extends AbstractWebViewFragment ...@@ -127,6 +127,7 @@ public abstract class AbstractOAuthFragment extends AbstractWebViewFragment
} }
resultOK = false; resultOK = false;
webView.getSettings().setUserAgentString("Chrome/56.0.0.0 Mobile");
webView.loadUrl(url); webView.loadUrl(url);
webView.addJavascriptInterface(new JSInterface(result -> { webView.addJavascriptInterface(new JSInterface(result -> {
// onPageFinish is called twice... Should ignore latter one. // onPageFinish is called twice... Should ignore latter one.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment