[android-developers] Re: WebView onLoadComplete()?

2009-09-28 Thread Walles
Thanks Mark, that was exactly what I needed. You rule. Cheers :-) //Johan On 27 Sep, 17:23, Mark Murphy wrote: > Walles wrote: > > I have aWebViewthat I've asked to load a page usingwebView.loadUrl > > (). > > > How do I get a notification when theWebViewhas completed loading + > > rendering

[android-developers] Re: WebView onLoadComplete()?

2009-09-27 Thread Mark Murphy
Walles wrote: > I have a WebView that I've asked to load a page using webView.loadUrl > (). > > How do I get a notification when the WebView has completed loading + > rendering the requested page? Step #1: Implement a custom subclass of WebViewClient, overriding onPageFinished() and putting in t