The documentation for onNewPicture() only says:
Notify the listener that the picture has changed
My question is: When does the picture change?
I noticed that some web pages generate dozens of onNewPicture(), so obviously the "picture" changes many times in the course of rendering the page on a WebView.
What makes a WebView picture change?
I haven't seen any page page that generates less than 2 onNewPicture() calls, so is onNewPicture() guaranteed to be called more than once, for any given HTML page?