All Projects → apache → Cordova Ios

apache / Cordova Ios

Licence: apache-2.0
Apache Cordova iOS

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Cordova Ios

Cordova Android
Apache Cordova Android
Stars: ✭ 3,285 (+61.74%)
Mutual labels:  hacktoberfest, mobile, cordova, cordova-platform
Cordova App Hello World
Apache Cordova Template App
Stars: ✭ 170 (-91.63%)
Mutual labels:  hacktoberfest, mobile, cordova
Generator Ngx Rocket
🚀 Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (-34.56%)
Mutual labels:  hacktoberfest, mobile, cordova
Cordova Docs
Apache Cordova Documentation
Stars: ✭ 315 (-84.49%)
Mutual labels:  hacktoberfest, mobile, cordova
Cordova Lib
Apache Cordova Tooling Library
Stars: ✭ 208 (-89.76%)
Mutual labels:  hacktoberfest, mobile, cordova
Cordova Js
Apache Cordova JavaScript Bridge
Stars: ✭ 598 (-70.56%)
Mutual labels:  hacktoberfest, mobile, cordova
Framework7 Template Vue Simple
Deprecated! Simple Framework7 Vue starter app template in a single HTML file
Stars: ✭ 81 (-96.01%)
Mutual labels:  mobile, cordova
Flutter Mvvm Provider Demo
Stars: ✭ 89 (-95.62%)
Mutual labels:  hacktoberfest, mobile
Ionic Collection
🤘 Looking for about Ionic Framework?
Stars: ✭ 101 (-95.03%)
Mutual labels:  mobile, cordova
Presently
Android app for recording gratitude journal entries
Stars: ✭ 109 (-94.63%)
Mutual labels:  hacktoberfest, mobile
Carpoolear
The open source Vue.js frontend (mobile and cordova app) for the argentinian carpooling application: Carpoolear
Stars: ✭ 59 (-97.1%)
Mutual labels:  mobile, cordova
Corona
Solar2D Game Engine main repository (ex Corona SDK)
Stars: ✭ 1,679 (-17.33%)
Mutual labels:  hacktoberfest, mobile
Components
MobileUI was created thinking of making your hybrid application faster and smaller since you only install what you are really going to use for UI.
Stars: ✭ 125 (-93.85%)
Mutual labels:  mobile, cordova
Framework7 Cli
Framework7 command line utility
Stars: ✭ 76 (-96.26%)
Mutual labels:  mobile, cordova
Cordova Plugin Test Framework
Apache Cordova
Stars: ✭ 66 (-96.75%)
Mutual labels:  mobile, cordova
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+348.6%)
Mutual labels:  hacktoberfest, mobile
Cordova Plugin Vibration
Apache Cordova Plugin vibration
Stars: ✭ 109 (-94.63%)
Mutual labels:  mobile, cordova
Involt
Inject hardware interactions directly into HTML layout.
Stars: ✭ 128 (-93.7%)
Mutual labels:  mobile, cordova
Ionic2 Reddit Reader
Ionic 2 Sample App
Stars: ✭ 128 (-93.7%)
Mutual labels:  mobile, cordova
Cordova Plugin Globalization
Apache Cordova Plugin globalization
Stars: ✭ 131 (-93.55%)
Mutual labels:  mobile, cordova

Cordova iOS

NPM

Node CI codecov.io

Cordova iOS is an iOS application library that allows for Cordova-based projects to be built for the iOS Platform. Cordova based applications are, at the core, applications written with web technology: HTML, CSS and JavaScript.

Apache Cordova is a project of The Apache Software Foundation (ASF).

Requirements

Create a Cordova project

Follow the instructions in the Create your first Cordova app section of Apache Cordova Docs

To use a shared CordovaLib, for example in development, link the appropriate cordova-ios platform folder path:

cordova platform add --link /path/to/cordova-ios

Updating a Cordova project

When you install a new version of the Cordova CLI that pins a new version of the Cordova-iOS platform, you can follow these simple upgrade steps within your project:

cordova platform rm ios
cordova platform add ios

Debugging in Xcode

Import project in Xcode through File > Open and targeting /path/to/your-cdv-project/platforms/ios/PROJECT_NAME.xcworkspace.

How to Test Repo Development

npm install
npm test

Further reading

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].