Skip to content

Instantly share code, notes, and snippets.

@hashrock
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hashrock/f8bb9dcaec29c2468ddc to your computer and use it in GitHub Desktop.
Save hashrock/f8bb9dcaec29c2468ddc to your computer and use it in GitHub Desktop.
Road to cordova
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="DisallowOverscroll" value="true" />
<preference name="target-device" value="tablet" />
<preference name="webviewbounce" value="false" />
<preference name="ios-statusbarstyle" value="black-opaque" />
<gap:plugin name="org.apache.cordova.device" />
npm install -g cordova
npm install -g plugman
npm install -g ios-deploy
cordova create appname
cordova platform add ios
cordova plugin add org.apache.cordova.statusbar
cordova build ios
cordova emulate ios --target "iPad-Air"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment