Tag: iOS
All the articles with the tag "iOS".
踩坑WKWebView
引子 最近为了提升公司app的性能,计划使用登场已久的WKWebView。 话说WKWebView刚出来时,神坑无数,一直不敢用,这次提前也有心理准备,but坑还是踩了一遍 泪奔 cookie坑 WKWebView的cookie管理与NSHTTPCookieStorage是不共享...
html5 app cache
重点一 manifest除了缓存manifest.appcache文件所指定的资源外,还必定会缓存当前的html页面,即 html <meta manifest=‘demo.appcache' 标签所在的页面以及demo.appcache文件里面所规定的静态资源一并存入 appl...
iOS Device ID的几种形式
每次启动APP都会变更 objc NSString uuid = NSUUID UUID UUIDString 每次安装APP都会变更 objc NSString idfv = UIDevice currentDevice .identifierForVendor UUIDStr...