I’m trying to use the app’s Documents directory to store images, and later access then with a webview with html. I tried using the /var/mobile/Applications/id/Documents but that didn’t work. Is there a way to access those files in the webview?
I’m trying to use the app’s Documents directory to store images, and later access
Share
Turned out I missed a / so it should of been file:///var/mobile/Applications/id/Documents then it worked.