gitawego / cordova-screenshot

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

Moving iOS screenshot #29

Open derng opened 10 years ago

derng commented 10 years ago

Currently I am able to take a screenshot and move the file to another directory on Android perfectly using the Phonegap File API. I do this because I wish I store this file for later use in my app. However I am find this extremely difficult to do on iOS as I cannot obtain a valid FileEntry of this image in the default tmp folder. (Maybe you could offer developers the choice of where this could be stored?). Is there a method you could recommend in doing this?

karladler commented 9 years ago

+1 for this. Would you like to offer your code for moving to us?