meloalright / wk-proxy

Objective-C example to proxy local files when using WKWebView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WK Proxy

WKWebview 离线化加载 Web 资源解决方案

思路: 使用 NSURLProtocol 拦截请求转发到本地。

Open xcworkspace + Run app

Run Static Service

Create web static service

$ http-server ./zip-in-vue/dist/ -p 3233

Create another bash + Create zip source static service

$ http-server ./zip-in-vue -p 3238

About

Objective-C example to proxy local files when using WKWebView


Languages

Language:Objective-C 99.2%Language:Ruby 0.8%