tantaman / LargeLocalStorage

Problem: You need to store a large amount of key-value based data in IE, Chrome, Safari, AND Firefox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLS on iPad

albertnev opened this issue · comments

It seems that on an iPad (iOS 7) this is not working, no matter if we use Chrome or Safari apps on it.

The error "Unable to create any storage implementation. Using LocalStorage." shows up, and all the processes get stuck.

I've been able to deduce that this happens whenever the database has more than 3 letters on its name... however, even when being able to create the database (and not getting this error) a "Quota exceeded error is shown", but the user is not prompt anymore to increase this quota.