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

是否可以获得预加载进度回调? #230

Closed guaiss closed 6 years ago

guaiss commented 6 years ago

VasSonic-Android 请问preCreate了session之后,有没有方法可以得到加载进度的回调?

marlonlu commented 6 years ago

目前版本还不支持预创建session后的进度回调

或者可以通过SonicEngine#preCreateSession 预创建返回true后, 在你真正要使用这个session时 通过SonicEngine#createSession 返回预加载的session,然后 SonicSession#addSessionCallback 可以得知进度