I have a page loaded in webview/Cordova.
Is it possible to get bitmap object of a picture loaded in that webview with id/class XYZ ?
I know it is possible to pass the image url to java and load Image there and create bitmap object out of it. But in that case image has to be loaded again.