Page 1 of 1

Offline Images w/ webSQL Databse

Posted: Thu Jan 15, 2015 4:59 am
by Andrew Davidsburg

Hi!

Are there any solutions for saving images locally for users that are offline? I have a SQLlite database that is stored locally, and based on the content in the database, I would like specific images to display which would have been downloaded last time online.

ie The user would save a list of shopping items locally and there would be images that match up with the items that would be displayed. The shopping items themselves are created dynamically and stored on the server, with images being culled from various APIs.

Thanks!

Andrew


Offline Images w/ webSQL Databse

Posted: Thu Jan 15, 2015 8:16 am
by Evgene Karachevtsev

Offline Images w/ webSQL Databse

Posted: Fri Jan 16, 2015 3:15 am
by Andrew Davidsburg

Wow thanks a lot Evgene, was not familiar with indexdb, but that seems like the way to go for me. I'm sure I'll be back with more questions!