Skip to content

ccwf2006/WKWebView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

WKWebView

仅做了简单的浏览器,可以做静态页面的展示; 起初打算用 WKWebView 提升项目 H5 页面的记载速度(的确比 UIWebView 快出很多),不过由于 cookie 注入的问题,一直没能解决,所以就暂且搁置了;

以下是为了解决 cookie 注入问题的一些链接,作为备忘;

注意:最低版本要求 iOS8,如果希望使用 WKWebView,分版本判断,iOS8 以下的使用 UIWebView;

链接:

WKWebView进度及title

WKWebView的新特性与使用

WebKit in iOS 8

cookie相关:

Can I set the cookies to be used by a WKWebView?

How can I retrieve a file using WKWebView?

iOS WKWebView Tips

参考:

WebKit Objective-C Framework Reference

Introducing the Modern WebKit API

GitHub/WebKit

About

简单的 WKWebView 浏览器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 94.4%
  • Shell 5.6%