Cordova – Events
There are various events that can be used in Cordova projects. The following table shows the available events. S.NoEvents & Details1device-ready This event is triggered once Cordova is fully loaded.…
There are various events that can be used in Cordova projects. The following table shows the available events. S.NoEvents & Details1device-ready This event is triggered once Cordova is fully loaded.…
We can use the storage API available for storing data on the client apps. This will help the usage of the app when the user is offline and it can…
The config.xml file is the place where we can change the configuration of the app. When we created our app in the last tutorial, we set reverse domain and name. The values…
We have understood how to install Cordova and set up the environment for it. Once everything is ready, we can create our first hybrid Cordova application. Step 1 - Creating…
In this chapter, we will understand the Environment Setup of Cordova. To begin with the setup, we need to first install a few components. The components are listed in the…
Cordova is a platform for building hybrid mobile applications using HTML, CSS, and JavaScript. The official documentation gives us the definition of the Cordova − "Apache Cordova is an open-source mobile…