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.
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- how do you prevent page scroll in textarea on mobi
- how do you prevent page scroll in textarea on mobi
相关文章
- Spring: controller inheritance using @Controller a
- Could I create “Call” button in HTML 5 IPhone appl
- Unable to process app at this time due to a genera
- How do you detect key up / key down events from a
- “Storyboard.storyboard” could not be opened
- Open iOS 11 Files app via URL Scheme or some other
- Can keyboard of type UIKeyboardTypeNamePhonePad be
- fetch: Getting cookies from fetch response
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.