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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

打开页面时,需要 back 多次,才能退出 WebView,中间会展示之前访问过的当前链接的页面内容

poorli opened this issue · comments

What steps will reproduce the problem?

  1. 打开直播间的页面,展示当前主播信息
  2. 切换到另一个直播间,打开相同页面
  3. back 时,不是直接退出 WebView,而是展示上一个直播间的页面信息,经查看,history.length 不为 1。

具体可见点击查看视频

What is the expected output? What do you see instead?
期待 back 时,直接退出 WebView,而不是看到上一个页面的信息。

What version of the product are you using? On what operating system?
VasSonic 3.0,Android 系统。

Please provide any additional information below.
具体可见点击查看视频