Sometimes, when I load my webview with loadUrl, the website is not showing up until I touch the screen or scroll.
It\'s like I have a webview drawing problem.
What version of Android are you testing on? Pre-4.1 versions of Android seem to have this sort problem with WebViews sometimes.
Add this to the manifest for that Activity to fix the problem:
android:hardwareAccelerated="false"