In my app, I need a way to tell when my webview is finished loading. It is very easy to do that if content is html. However, my content source is javascript with iFrame inside,
(If it is the same domain) you can call a function (in the parent) from the iframe.
top.iFrameLoaded();