Lucius Fox wrote: > Hi, > > Is it possible to listen for WebView page load completed event (the > whole page is loaded including images, js files, css files and the > page is completely rendered.
Create a WebViewClient object, overriding onPageCompleted(). Then, call setWebViewClient() on your WebView object to tie the WebViewClient to the WebView. Then, implement onPageCompleted() to do whatever you need done when the page is loaded. (cross-posted to http://wiki.andmob.org/faq-webkit-complete) -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---