I want to be able to save to and read from phone memory or SDcard. Can anyone point me in the right direction for a JavaScript lesson on how to do this?
If there is a way to access the phone assets i.e. images, text etc and change them that will also work. I have managed to do this with text using local storage but I cannot store and image or any other file in local storage so I want to save them to memory so the app reads from there instead of the local storage.