I'm using crosswalk with *embedded mode* for Ionic project. This work
perfect on my device (Lenovo A680 with ARM).

But for some device such as: Asus Zenfone (x86), SamSung Galaxy Tab (ARM),
it prompt me to download the *Crosswalk Project Runtime* from Google Play
before I can use my app.

I saw that when run ionic build android, it will auto generate for me two
.apk which are android_x86_debug.apk and android_arm_debug.apk (same with
release mode).

You know that, Asus Zenfone is run on x86, so I install the
android_x86_debug.apk for it, but when the app started, it still prompt me
to download the Crosswalk Runtime. This problem also occur in some arm
device like SamSung Galaxy Tab if I installed the android_arm_debug.apk for
it.

P/s: It is too weird that some other ASUS Zenfone 5 (x86 too) can run
without require user to download the runtime library.
Here is my config.xml:

<preference name="xwalkVersion" value="14+"/>
<preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect"/>
<preference name="xwalkMode" value="embedded"/>
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to