Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

iOffice/cordova-ios

 
 

Repository files navigation

Build status Build Status codecov.io

Cordova iOS

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).

Requires:


* [node.js](https://nodejs.org)

⚠️ Report issues on the Apache Cordova issue tracker

Create a Cordova project

Follow the instructions in the Command-Line Usage section of http://docs.cordova.io

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 cordova-cli version that comes with a new iOS platform version, from within your project:

cordova platform update ios

Tests

  1. Run npm install
  2. Run npm test

Futher reading


About

Fork of cordova-ios, disables WKWebView for iOS < 10.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 53.8%
  • JavaScript 37.5%
  • Python 2.2%
  • Batchfile 2.1%
  • Shell 1.5%
  • HTML 1.1%
  • Other 1.8%