Home

Awesome

Unstable Warn

This library was in the experiments.

After Android5, the webview's performance is good, no need to use this library.

If you wan to improve Android4's performance, it's better to pack a webkit core in your app (like xwalk);

AndroidUIRuntime-Android

Android's runtime for AndroidUIX

Runtime sample apk: Download

Support for app

Import the 'runtimeLib' module to your app.

Call when app init:

    RuntimeInit.init(context);

Call when webView init:

    RuntimeInit.initWebView(webView);

Support for cordova plugin

    cordova plugin add androidui-webapp-runtime-cordova