Creating bitmap from webView / Cordova
I have a page loaded in webview / Cordova.
Is it possible to get the bitmap of an image loaded in this webview with id / class XYZ?
I know it is possible to pass an image url in java and load the image there and create a bitmap from it. But in this case, the image must be loaded again.
+3
source to share