How to use the current Chrome Engine for Cordova Apps?

I found an answer on Stack Overflow which recommends Crosswalk:

Put simply, it packages a Chromium based webview inside your apk and it’s backed by Intel. You can use it starting from Android 4.X.

Which is pretty much the first “solution” I wrote :sweat_smile: on my previous answer.

There says that a plugin for cordova 4 exists, so it should be easier to implement and faster than rebuilding :sweat_smile:.

I hope it helps :slight_smile:!

Edit

Here is a link to the cordova crosswalk plugin repository.

1 Like