Skip to content

Instantly share code, notes, and snippets.

@45kb
Last active August 29, 2015 14:19
Show Gist options
  • Save 45kb/4c8d4425d53d833eb9bd to your computer and use it in GitHub Desktop.
Save 45kb/4c8d4425d53d833eb9bd to your computer and use it in GitHub Desktop.
Ionic - install Crosswalk
#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