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
Android system webview had capturePicture() method until API level 19 but it has been deprecated. Now preferred way is to use onDraw(Canvas) to obtain a bitmap snapshot of the webview.
Maybe we should follow onDraw approach as well if possible
API to capture a screenshot of the current page (Without having to change the surface). Used to show captures in the tabs UI.
The text was updated successfully, but these errors were encountered: