Last active
August 29, 2015 14:19
-
-
Save 45kb/4c8d4425d53d833eb9bd to your computer and use it in GitHub Desktop.
Ionic - install Crosswalk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#DEPENDECIES | |
//allow cross-origin-http | |
cordova plugin add https://github.com/apache/cordova-plugin-whitelist.git | |
#TODO | |
be sure to setup config.xml meta tag (<access origin="*"/>) | |
#COMMANDS | |
ionic platform remove android | |
ionic browser add crosswalk@<version> | |
ionic run android |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment