How to implement document load complete event

Issue #24 closed
Former user created an issue

I would like to ask how to judge the completion of Web loading?

ajax Webpage DocumentCompleted is not correct ?

Comments (2)

  1. Vladislav repo owner

    Ajax requests can be run at any time, for example, when you press any button. If you wait for the completion of all Ajax requests, you can assume that the page will never be loaded.

    You can create your own class based on the WebView for tracking the activity of Ajax. Small example: https://bitbucket.org/snippets/vmas/pkXoq

  2. Log in to comment