0

It seems crosswalk-cordova-android had implement shared mode. How I enable ionic-cli to build with shared mode crosswalk? Thanks.

Nb: I have ask this question on github issue, but still not respond so far.

Pewh Gosh
  • 1,031
  • 1
  • 11
  • 29

1 Answers1

0

ionic cli just calls cordova cli when you want to run commands like run, build, plugin... that are actually cordova commands.

A ionic project is a cordova project with some additions.

So what you have to do is follow the steps to migrate a cordova project to a crosswalk-cordova project

Unfortunatly they don't talk yet about shared mode in the migration wiki and I don't think it's supported by current released build.

QuickFix
  • 11,661
  • 2
  • 38
  • 50