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

初次安装启动session无法创建 #260

Closed kslr closed 6 years ago

kslr commented 6 years ago
/**
     * Whether Sonic Service is available or not
     * @return return true if Sonic Service is available , false else others.
     */
    public boolean isSonicAvailable() {
        return !SonicDBHelper.getInstance().isUpgrading();
    }

是因为第一次需要创建数据库所以就回退到了webview吗? 业务上是怎么思考的