When running a Vorple game on Safari on iPhone, it seems like the filesystem doesn’t work right.
I have the impression it’s because the browser can’t access LocalStorage on an iPhone. Is that correct? Are there any workarounds?
When running a Vorple game on Safari on iPhone, it seems like the filesystem doesn’t work right.
I have the impression it’s because the browser can’t access LocalStorage on an iPhone. Is that correct? Are there any workarounds?
iPhones have access to LocalStorage, but it might be smaller. Or it might be subjected to security restrictions if the Vorple JS is loaded in some funny way.
The only restriction I can find mention of is that iOS deletes LocalStorage for a web page or a PWA that isn’t used for seven days. Disabling LS altogether would kill most modern authentication systems.