Page 2 of 2

Web app does not work on iphone 5S and above

Posted: Sun Feb 15, 2015 5:20 am
by Wai Pak

For example, to get localStorage:

localStorage.setItem("lastSearchName", value);
alert('last search name '+localStorage.getItem('lastSearchName')); // This does not get executed. No alert box on the UI
return '{"Full_Name":{"$regex":"^'+value+'", "$options":"i"}}';

However, I find the root cause. Private mode browsing was turned on. Once turns it off, the web page starts to work.


Web app does not work on iphone 5S and above

Posted: Sun Feb 15, 2015 5:40 am
by Illya Stepanov

Thank you for the update.