Is anyone else receiving a QUOTA_EXCEEDED_ERR on their iPad when accessing localStorage?

前端 未结 5 1377
终归单人心
终归单人心 2020-12-29 04:03

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 applicatio

5条回答
  •  旧时难觅i
    2020-12-29 04:49

    If you use the way removing storage data before set it - it would be very slow in some browsers. Removing data is 1.5 times slower than set it (strings about 50 signs). Tried on FF 3.6 (Ubuntu) - browser works very slow with SqlLite. So, do this hack only for iPad devices.

提交回复
热议问题