Closed r0b1n closed 7 years ago
I think it's ok. users often wait for the screen stopped moving before taking screenshot.
thanks a lot
Hi @gitawego
Thank you for merging this! Could we bump version and publish newest version to npm
?
Also I see there is Android 6 support added, but not published yet. 0.1.6
or maybe it is good idea to bump to 0.2.*
version regarding (big) changes for Android.
What do you think about it?
Proposed solution for the https://github.com/gitawego/cordova-screenshot/issues/52 issue.
Looks like this is a known problem: http://stackoverflow.com/questions/23157653/drawviewhierarchyinrectafterscreenupdates-delays-other-animations But suggested Apple solution takes more than 100ms, while current solution takes ~80-70ms. (Tested at iPhone 6 Plus). Thanks @theskull31
@gitawego what do you think? Any known side effects about solution in this PR?
Thanks.