I download last version of android studio , keep all up to date. VERSION is 2.2.2 .
I cant find how to remove tester browser from my app . I just wanna to use webView control not browser tester .
I fixed it. I forgot to add this line:
WebView.setWebViewClient(new WebViewClient());
What heppend was that it actually opened the browser after redirecting instead of the WebView. For some reason it opens this webview tester instead of the browser, so it's misleading.
Full code:
WebView webview = (WebView)findViewById(R.id.webView);
webview .setWebViewClient(new WebViewClient());
webView.loadUrl("https://...");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With