Tencent / VasSonic

VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform.
Other
11.8k stars 1.61k forks source link

ios12已经正式抛弃UIWebview了,请对WKWebview进行支持 #278

Closed MooreSky closed 5 years ago

MooreSky commented 5 years ago

您好,最近看到这个消息:UIWebView is being deprecated in iOS 12 in favor of WKWebView.

另外,iOS11的WKWebView加入了Custom Protocol支持,请问什么时候可以移植到WKWebview上呢?

谢谢。

yangchao0033 commented 5 years ago

@MooreSky Custom Protocol 只支持自定义 scheme,恐怕无法使用

zyprosoft commented 5 years ago

支持WKWebView如果拦截不了请求的话,需要浪费首次加载流量来支持,我们做的一个新项目目前这么用的VasSonic。

Mzxer commented 5 years ago

支持WKWebView如果拦截不了请求的话,需要浪费首次加载流量来支持,我们做的一个新项目目前这么用的VasSonic。

请问能讲一讲大概思路吗?

lili21 commented 5 years ago

@zyprosoft 请问怎么实现的?

dustturtle commented 5 years ago

@zyprosoft

karosLi commented 4 years ago

@zyprosoft

lita-jerry commented 2 years ago

@zyprosoft