I have WebView which loads some page, when it\'s finished I apply some javascript magic to mess up with DOM. Everything is fine, page loads and onPageFinished
I
Ok, I think I figured it out. We can have callback from the end of javascript that will fire "show view" - like here or here (with handler, because I wanted to update ui). But it wont change anything, the problem seems to be in rendering speed. It's just slow. So for now I'll just stick with 1 second delay after firing JS.