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.
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.
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.