Android Question Capture webview as screenshot

apty

Active Member
Licensed User
Longtime User
I am trying to use the WebView1.CaptureBitmap method but it seems it no longer works on projects targeting sdk 33, as it shows white screen. Which is the working way to capture screenshot of webview?
 

apty

Active Member
Licensed User
Longtime User
The code is:
B4X:
ImageView1.Bitmap=WebView1.CaptureBitmap
I do this on button click after the webview has fully loaded
 
Upvote 0
Top