https://github.com/jeeftor/phonegapepic
https://github.com/jeeftor/phonegapepic
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeeftor/phonegapepic
- Owner: jeeftor
- Created: 2015-04-08T23:50:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-08T23:51:34.000Z (about 11 years ago)
- Last Synced: 2025-02-13T00:22:38.896Z (over 1 year ago)
- Language: JavaScript
- Size: 1.63 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
phonegap-mobile-website-app
===========================
An easy example of how to wrap any mobile website into a mobile app with Phonegap/Cordova.
Initial Set-up / Add InAppBrowser Plugin:
- phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git
- phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git
Compiling:
- phonegap build ios
- phonegap build android
to run in Xcode:
- open platforms/ios/Mobile_WebSite_App.xcodeproj/