The Android Developers reference says that both the WebView.PictureListener
interface and its onNewPicture()
method are deprecated.
Fine, but the need to know when WebView renders a picture is still there. Is there an alternative way to accomplishing this?