Webview Loadurl Opens Browser Choice Dialog
I have three Fragment. I have sent a String(URL) from third Fragment to the First Fragment. First Fragment has a webView . I want to show website on the webView which I passes from
Solution 1:
Put this in webview:
webViewSettings.setWebViewClient(new WebViewClient());
Post a Comment for "Webview Loadurl Opens Browser Choice Dialog"