1
score
623
views
yes
status
CC BY-SA 3.0
load url in webview with asynch task fails
You should not be loading a WebView in a background thread; it needs to be loaded on the UI thread. I would add a listener to your WebView and when the URL is finished loading you can add your button.