I'm implementing a JavaScript program in the ePUB XML-based digital book format which uses localStorage.
I'm confusing about the situation whether iBooks supports localStorage.
Some version supports, some not.
I'm implementing a JavaScript program in the ePUB XML-based digital book format which uses localStorage.
I'm confusing about the situation whether iBooks supports localStorage.
Some version supports, some not.
iBooks HTML widgets do support localStorage, and will persist data across opening of the book (and across widgets). iBooks itself is mostly inconsistent when it comes to supporting localStorage -- various updates have broken it, such that you can't rely on its working across all versions.