You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the webview is scrolled down a bit the screenshot on android always takes the hidden part and not the visible part. The image is always from the top of the screen that was scrolled down.
This does not occur on iOS that takes only the visible part through to the screenshot.
The text was updated successfully, but these errors were encountered:
On Android documentation for capturePicture we get:
capturePicture()
This method was deprecated in API level 19. Use onDraw(Canvas) to obtain a bitmap snapshot of the WebView, or saveWebArchive(String) to save the content to a file.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.
If the webview is scrolled down a bit the screenshot on android always takes the hidden part and not the visible part. The image is always from the top of the screen that was scrolled down.
This does not occur on iOS that takes only the visible part through to the screenshot.
The text was updated successfully, but these errors were encountered: