Here is the code I am trying to use. I never get any file.
WVLetter is the WebView.
What am I doing wrong ?
TIA
WVLetter is the WebView.
B4X:
Dim WVPic As Bitmap = WVLetter.CaptureBitmap
Dim Out As OutputStream
Out = File.OpenOutput(File.DirDefaultExternal, "TestHTMLPic.png", False)
WVPic.WriteToStream(Out, 100, "PNG")
Out.Close
What am I doing wrong ?
TIA