Android Question Webview with Google Maps capture to bitmap issue

apty

Active Member
Licensed User
Longtime User
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?
 

Attachments

  • mapstest.png
    mapstest.png
    69.9 KB · Views: 236

apty

Active Member
Licensed User
Longtime User
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
 
Upvote 0
Top