I\'m loading an URL into a webview to display it into my app. The problem I\'m encountering is, that not always the site recognizes that I\'m a phone (why so ever?). How exa
webview.getSettings().setJavaScriptEnabled(true);
webview.getSettings().setUserAgentString("Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543a Safari/419.3");