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
B4X:
WebView1.CaptureBitmap
, 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?
I call it on a button click after the page has fully loaded. I have also tried putting it in PageFinished event but i still get same results. The map is saved without the path