Wai Pak
Posts: 0
Joined: Sat Sep 06, 2014 11:18 pm

Web app does not work on iphone 5S and above

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Web app does not work on iphone 5S and above

Thank you for the update.

Return to “Issues”