<widget>

Config.xml Config.xml is a global configuration file that controls many aspects of a cordova application's behavior. This platform-agnostic XML file is arranged based on the W3C's

2017-01-31 03:39:53
<feature> <param>

Config.xml Config.xml is a global configuration file that controls many aspects of a cordova application's behavior. This platform-agnostic XML file is arranged based on the W3C's

2017-01-31 03:39:50
<name>

name Specifies the app's formal name, as it appears on the device's home screen and within app-store interfaces. Examples: <widget ...>

2017-01-31 03:39:51
<platform>

platform When using the CLI to build applications, it is sometimes necessary to specify preferences or other elements specific to a particular platform. Use the element to specify configuration

2017-01-31 03:39:51
<plugin> <variable>

Config.xml Config.xml is a global configuration file that controls many aspects of a cordova application's behavior. This platform-agnostic XML file is arranged based on the W3C's

2017-01-31 03:39:52
<access>

access Defines the set of external domains the app is allowed to communicate with. The default value shown above allows it to access any server. See the Domain

2017-01-31 03:39:47
<plugin>

plugin Specifies details about what plugin to restore during a prepare. This element is automatically added to a project's config.xml when a plugin is added using the --save

2017-01-31 03:39:51
<hook>

hook Represents your custom script which will be called by Cordova when certain action occurs (for example, after plugin is added or platform prepare logic is invoked). This is useful when you

2017-01-31 03:39:50
<preference>

preference Sets various options as pairs of name/value attributes. Each preference's name is case-insensitive. Many preferences are unique to specific platforms, and will be indicated as such

2017-01-31 03:39:52
<feature>

feature If you use the CLI to build applications, you use the plugin command to enable device APIs. This does not modify the top-level config.xml file, so the element does not apply to your

2017-01-31 03:39:49