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?
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?