cloud icon indicating copy to clipboard operation
cloud copied to clipboard

SMC on iOS safari in "private browsing mode" does not work (can't open files)

Open williamstein opened this issue 11 years ago • 0 comments

Morten Risager tracked this down:

Seems the problem was that my safari was in private browsing mode.

I got the error attached below, which by a bit of googling led me to
http://stackoverflow.com/questions/14555347/html5-localstorage-error-with-safari-quota-exceeded-err-dom-exception-22-an
which prompted me to disable private browsing.

And now I can open all files.

The stackoverflow URL also has a suggestion for how to fix it.

I find it weird to use the softkeyboard, but maybe thats just me.




---------------------------------------
[Error] QuotaExceededError: DOM Exception 22: An attempt was made to
add something to storage that exceeded the quota.
local_storage (index-1392523186.min.js, line 4)
create_tab (index-1392523186.min.js, line 5)
(anonymous function) (index-1392523186.min.js, line 4)
open (index-1392523186.min.js, line 5)
(anonymous function) (index-1392523186.min.js, line 4)
open_file (index-1392523186.min.js, line 11)
(anonymous function) (index-1392523186.min.js, line 8)
open (index-1392523186.min.js, line 10)
dispatch (jquery.min.js, line 4)
handle (jquery.min.js, line 4)

williamstein avatar Mar 03 '14 00:03 williamstein