I have a problem, when I have a webview in my app and I click on a link in this app, it opens the chrome app every time :(
Code:
WebView wv = (WebView) findViewById(R.id.urlWebView);
wv.loadUrl("http://www.google.de/?gfe_rd=cr&ei=WcE5U5CoN-il8wfE1YG4Dg");
When I click on the search button it opens a new tab :((( Thanks for help!