In the application I'm building I want to show images from the device, but can't seem to figure out the proper way to do it. I'd like to let the user pick image, save the choice in localStorage and show it in img element.
I tried modifying Firefox OS Boilerplate App code for picking images, but it doesn't work because the blob changes everytime the app is opened. I have also read docs on Device Storage API but it doesn't mention referencing images in the app.