Iphone localStorage “QUOTA_EXCEEDED_ERR” issue
问题 I trying to use Client Side Storage available in HTML5 (localStorage) for Iphone Application , and I'm completely aware of the " QUOTA " associated for localStorage(which is currently 5MB ). Now the problem is for a my application (with no data previously stored) . trying to store the data in localStorage is resulting in QUOTA_EXCEEDED_ERR although the size of the overall data is way less than 5 MB (~ 4Kb to be precise ( found using chrome web inspector in normal browser) ) Can anyone Share