gitawego / cordova-screenshot

screenshot plugin for cordova/phonegap
Other
211 stars 168 forks source link

Fix iOS animation flush problems #100

Closed r0b1n closed 7 years ago

r0b1n commented 7 years ago

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.

gitawego commented 7 years ago

I think it's ok. users often wait for the screen stopped moving before taking screenshot.

gitawego commented 7 years ago

thanks a lot

r0b1n commented 7 years ago

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?