When I try to load the following urls in a Webview all i get is black twitter background with loading spinner. The page is loaded, as WebViewClient.onPageFinished is called. However the page loads ok in the standard Android browser.
https://twitter.com/#!/scottyab or https://mobile.twitter.com/#!/scottyab
I’m thinking Twitter changed their mobile website as this worked a month or so ago. Anyone else experiencing this?
Updated: javascript enabled mWebView.getSettings().setJavaScriptEnabled(true);
Fixed the loading issue by hardcoding the user agent to iPhone’s user agent (I found it worked on the iPhone version of the app)
Need to wash my hands after this a dirty hack.