gitawego / cordova-screenshot

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

Screenshot in iOS isn't a real screenshot #59

Closed nonno closed 9 years ago

nonno commented 9 years ago

I'm trying to write an application for applying a door on a environment, and I have to "attach" the door on the background. With canvas I have some problems so I decided to try with a screenshot, it works on Android but not on iOS. As you can see in the images, if I use your plugin the door is not deformed, but if I take a screenshot with iPad's physical buttons it works (the door is a img html). My question is: are there other ways in Objective-C for taking the screenshot? I searched on Google but I haven't found anything (and I'm not good with Objective-C). Thanks.

image-1 img_0095

nonno commented 9 years ago

This https://developer.apple.com/library/ios/qa/qa1817/_index.html solve the problem.