WebView clicks opens mobile browser
问题 There is a WebView which loads mobile-optimized URL (webpage). But when I click on a link, it does not load inside of the WebView (inside of the app), but mobile browser opens. How to prevent this? I tried overloading URLs via shouldOverrideUrlLoading() , but it did not help. This is a code. webView = (WebView) findViewById(R.id.webview); WebSettings webSettings = webView.getSettings(); webSettings.setPluginsEnabled(true); if (Build.VERSION.SDK_INT > 7) { webSettings.setPluginState