Open riteshe63 opened 8 years ago
Cordova plugins save config.xml file
We can save the cordova plugin in the config.xml file by writing a command ;
cordova plugin add "plugin name" --save
Decide whether to use cordova or phonegap
It is preferable to use phonegap over cordova because of the extra features available in phonegap, for example
remote build
remote install
remote login,logout
remote run
serve
config.xml code for different platforms There should be one global config.xml file inside the cordova structure that we create for the first time. And also, there will be separate config.xml file for different platforms.
Define structure of app ID
The structure of app id should be like
com."company name"."app name"
or
com.apps."app name"
Check compatibility plugins with iOS and android on phonegap or cordova The plugin automatically checks the compatibility with the platform at the time of installation.
Research on, how to resolve duplicacy of bower_components and other folders inside "www" According to the research, there will be duplicacy of bower components and other folders.