To create an app like this:
- Install cordova cli
cordova create appname- Adjust config.xml so it looks like ours
cordova platform add ios- Add plugins we use:
- com.telerik.plugins.wkwebview 0.3.5 "WKWebView Polyfill"
- org.apache.cordova.console 0.2.13 "Console"
- org.apache.cordova.device 0.3.0 "Device"
- org.apache.cordova.inappbrowser 0.6.0 "InAppBrowser"
- org.apache.cordova.statusbar 0.1.10 "StatusBar
- To add a plugin run
cordova plugin add <plugin name>
- In your cordova app:
rm -r wwwln -s ../PATH_TO_REAPP_APP/build/ios www
- In your reapp app:
- Build for ios:
reapp build ios && (cd ~/PATH_TO_YOUR_CORDOVA_APP && cordova prepare)
- Open the .xcodeproj in Xcode (it's in your platforms folder)
- Build using xcode
- Make splash screens and icons:
Extra reading:
- WKWebView
- statusTap (couldnt get working) https://github.com/triceam/cordova-statusTap
- screenshots http://stackoverflow.com/questions/25756863/full-resolution-screenshots-for-iphone-6-and-6
- iOS8 scroll events change http://developer.telerik.com/featured/scroll-event-change-ios-8-big-deal/