<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 that should only appear in a single platform-specific config.xml file.

Attributes(type)
Only for platform:
Description
name(string) Required
The platform whose preferences are being defined.

Examples:

<platform name="android">
   <preference name="Fullscreen" value="true" />
</platform>
doc_cordova
2017-01-31 03:39:51
Comments
Leave a Comment

Please login to continue.