When I use <meta name="apple-mobile-web-app-capable" content="yes">, my page doesn't set, load, or retrieve cookies. Is there any way to get around this? I can't find anything useful in Google.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||
|
|
UIWebviews don't store cookies. Use HTML5 local storage instead. |
|||||||||||||||||
|
|
There is a small bug in the comment on the first line of jquery.cookie.js that iPads don't like. Change /*! to /* on line 1. |
|||
|
|