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>
Please login to continue.