Interacting with a webview when it may or may not be loaded
I have a Java class that loads content into a WebView
. This WebView contains a JavaScript program that I need to query to, eg, populate lists of GUI components, call methods that return primitives, etc.