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

在列表对多个页面做预加载,url会被加载2次 #211

Closed wsty closed 6 years ago

wsty commented 6 years ago

What steps will reproduce the problem? 步骤:

  1. 在列表onbindViewHolder做preload
  2. 点击一个item进入webview页
  3. 第二次开始每次都会加载2次url,并且第一次加载是读取缓存,第二次从网络获取,偶尔只加载一次会很慢

期望只加载一次url,实现秒开

log日志: qq 20180302114914

vasdeveloper commented 6 years ago

无回应暂时关闭