Config.xml file Config.xml can be defined as a global configuration file of the Cordova application, where we can change the configuration of…
apache cordova
-
-
Cordova Events Cordova provides a set of various events for your application. These events are fired by the application, if required. We…
-
Cordova Plugins A Plugin can be defined as a package of add-on code that is used to enable a Cordova web view…
-
Cordova Hooks We can define the Cordova Hooks as the special scripts that allow a user to automate the basic features of…
-
Cordova Storage A large number of data is generated while designing any app. This data is needed for future use in the…
-
Cordova PhoneGap PhoneGap is a distribution of the Apache Cordova. So you can see Apache Cordova as an engine that powers the…
-
Apache Cordova Tutorial Apache Cordova is defined as an open source platform which is used for building mobile applications using HTML, CSS…
-
Cordova Plugin Camera A Plugin Camera is required to access the camera functionality of a device. This plugin enables a user to…
-
Cordova Plugin File The Cordova’s Plugin file implements a File API that enables a user to perform read/write operation on the stored…
-
Cordova Plugin Geolocation The Geolocation plugin is used to determine the device location in terms of latitude and longitude. It offers the…