Apache Cordova is an open-source mobile development framework. It allows you to use standard web technologies like HTML5, CSS3, and JavaScript for cross-platform development, avoiding native development languages like Objective-C and Java. Cordova wraps the HTML and JavaScript code into a native container which can access the device functions of many platforms.
Apache Cordova is an open-source mobile application development framework originally created by Nitobi. It enables developers to use standard web technologies like HTML5, CSS3, and JavaScript for cross-platform development, avoiding native development languages like Objective-C for iOS and Java for Android.
Cordova wraps the HTML and JavaScript code into a native container which can access the device functions of many platforms. This bridge allows the web code to work as a native app across many devices. Some of the platform access features include the camera, GPS, contacts, accelerometer, etc.
Key advantages of Apache Cordova:
Cordova tools are available to build the app easily for multiple platforms. Overall, Cordova lowers development costs compared to native app development and reaches more mobile devices with web standards-based apps.