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

UIWebView iOS13就要被废弃了,还不能支持WKWebView吗? #335

Open dahhd opened 4 years ago

dahhd commented 4 years ago

UIWebView iOS13就要被废弃了,还不能支持WKWebView吗?

karosLi commented 3 years ago

可以参考下这个库,在支持离线包的情况下,也可以让 WKWebView 能发送 ajax 请求

https://github.com/karosLi/KKJSBridge

flutting commented 3 years ago

可以参考下这个库,在支持离线包的情况下,也可以让 WKWebView 能发送 ajax 请求

https://github.com/karosLi/KKJSBridge

你这个好像不能解决sonic不能使用WKWebView的问题.