On Wed, Jun 3, 2009 at 9:16 AM, Lucius Fox <[email protected]> wrote:
> On Fri, May 8, 2009 at 10:35 AM, Mark Murphy <[email protected]> wrote:
>>
>> 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.
>>
> I assume you mean onPageFinished();

Thank you for your help.


>
>
>> (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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to