I have a webview which loads a html/javascript file which has google maps with routes drawn between two locations (see attached image). I would like to save the entire webview once loaded in to a bitmap. When i save with
, i can get the google map as image but without the drawn routes.
Is it possible to capture everything in the webview including the drawn routes?
B4X:
WebView1.CaptureBitmap
Is it possible to capture everything in the webview including the drawn routes?