I am writing a highbred Android app that uses a lot of webviews. The problem is that the onPageFinished event for a webview is fired when a page is loaded but may not be rendered yet.
I believe there was a onNewPicture but has been removed since version 12.
Has anyone come across the same issue, my spinner basically disappears about 3-4 seconds before the page is actually rendered.