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.82k stars 1.61k forks source link

iOS 只支持UIWebView呀 #4

Closed 312362115 closed 7 years ago

312362115 commented 7 years ago

WKWebView以URLProtocol的方式没法拦截request呀

zyvincent commented 7 years ago

是的,所以这个组件暂时不支持WKWebView

vasdeveloper commented 7 years ago

暂时不支持WKWebView,详细原因:https://github.com/Tencent/VasSonic/wiki/FAQ-iOS

312362115 commented 7 years ago

怎么解决UIWebView渲染性能低下, 内存占用过高的问题呢..

jokerping commented 7 years ago

关于wk拦截这个问题前几天看到有个库是这么做的

突然想到 前端的 post body 请求,大都都是通过 XMLHttpRequest 来请求的,为何我不能在 JS 层去 hook 呢? (还在使用 from 表单的,就让它去屎吧)

IMYWebLoader

312362115 commented 7 years ago

是html 加载的图片, 脚本资源. 不仅仅是表单