Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imhotep/PGDayEUWs2016
Demo of Hybrid/Native iOS and Android apps with PhoneGap
https://github.com/imhotep/PGDayEUWs2016
Last synced: 3 months ago
JSON representation
Demo of Hybrid/Native iOS and Android apps with PhoneGap
- Host: GitHub
- URL: https://github.com/imhotep/PGDayEUWs2016
- Owner: imhotep
- License: apache-2.0
- Created: 2016-05-09T22:14:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T23:23:26.000Z (about 8 years ago)
- Last Synced: 2024-06-23T00:57:51.541Z (6 months ago)
- Language: Objective-C
- Size: 5.92 MB
- Stars: 7
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Embedding Cordova in a native app
---------------------------------
As demo'd by [Anis](https://github.com/imhotep) and [Eddy](https://github.com/eddyverbruggen) at PhoneGap Day EU 2016.If you're looking for how to embed a webview in a native app then take a look at the steps and code in this repo. There are multiple ways to do it so don't take this one for granted, but we've done our best to make it as easy and relevant as possible.
For both platforms Anis (Android) and Eddy (iOS) split the effort in a number of logical steps. Each step also contains the resulting code (Xcode or Android Studio project) so if you get stuck you can simply download the result.
Happy coding!
Cordova Android
---------------Pre-requisites:
- Android Studio
- cordova-android repositoryFurther instructions are [in the android folder](android/README.md).
Cordova iOS
-----------Pre-requisites:
- XCode
Further instructions are [in the iOS folder](ios/README.md).