Android WebView - 1st LoadData() works fine, subsequent calls do not update display
问题 After the 1st call to LoadData() the event onLoadResource fires as it should and the display is fine. Next I want to refresh the screen with a new page, when I use LoadData() the second time the page does not update and onLoadResource() DOES NOT FIRE. Then second call to LoadData() onlyfires onPageFinished ... onPageStarted never fires! A work around was to call .reload() after LoadData() but that causes all sorts of problems during the other logic in the activity. Why doesn't LoadData() work