I made a website and turned it into Android app, using Phonegap website. I have files stored on a local storage on ASUS TF300 tablet, and I need an app to access them. To access the files I use links like that:
file:///sdcard/original_img/3_1_5.jpg
Now the funny part. If I open this link in Chrome, Firefox or any other browser on my tablet - the image loads up. But if I launch an app with the same link in its index.html, the image doesn't load at all.
What could it be? Is a storage path somehow different for the apps and for browsers?