Is anyone else receiving a QUOTA_EXCEEDED_ERR on their iPad when accessing localStorage?
Posted
by Kevin
on Stack Overflow
See other posts from Stack Overflow
or by Kevin
Published on 2010-04-08T21:46:58Z
Indexed on
2010/04/08
21:53 UTC
Read the original article
Hit count: 516
ipad
|web-applications
I have a web application written in JavaScript that runs successfully on the desktop via Safari as well as on the iPhone.
We are looking at porting this application to the iPad and we are running into a problem where we are seeing QUOTA_EXCEEDED_ERR when storing a relatively small amount of data within the localStorage on the device. I know what this error means, but I just don't think I'm storing all that much data.
Is anyone else doing something similar? And seeing/not seeing this problem?
Kevin...
© Stack Overflow or respective owner