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
i'm get screenshot of the androd device and also i'm get bitmap for that screenshot but screenshot contain space at right and bottom of the captured screenshot with black space. may be it is issue of given fix height and width(720 & 1280)
i'm also set runtime device width and height then also it doesn't work. some time not capture screenshot also.
Screenshotter.getInstance() .setSize(720, 1280)
above statement we are call when we are get the result in onactivityresult method
please help us for taking blank space in both space.
The text was updated successfully, but these errors were encountered:
i'm get screenshot of the androd device and also i'm get bitmap for that screenshot but screenshot contain space at right and bottom of the captured screenshot with black space. may be it is issue of given fix height and width(720 & 1280)
i'm also set runtime device width and height then also it doesn't work. some time not capture screenshot also.
Screenshotter.getInstance() .setSize(720, 1280)
above statement we are call when we are get the result in onactivityresult method
please help us for taking blank space in both space.
The text was updated successfully, but these errors were encountered: