10,730
edits
Line 131: | Line 131: | ||
== Platforms, devices == | == Platforms, devices == | ||
You can specify conditional setup valid for some platforms only; see the examples below. Here is the list of supported platforms (the names are case sensitive): | You can specify a conditional setup valid for some platforms only; see the examples below. Here is the list of supported platforms (the names are case-sensitive): | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 139: | Line 139: | ||
| ios || iPhone, iPad | | ios || iPhone, iPad | ||
|- | |- | ||
| Desktop, | | Desktop, WinUI, WinUWP || Windows platforms | ||
|- | |- | ||
| Windows || This is a shortcut for Desktop + | | Windows || This is a shortcut for Desktop + WinUI + WinUWP | ||
|- | |- | ||
| Mobiles || This is a shortcut for android + ios | | Mobiles || This is a shortcut for android + ios | ||
|} | |} | ||
Another device-related condition is <code>OnlyHighEndDevices='true'</code>. As of MobileCrm 11.1 high end devices are: | Another device-related condition is <code>OnlyHighEndDevices='true'</code>. As of MobileCrm 11.1, high-end devices are: | ||
* All Windows devices, | * All Windows devices, | ||
* iPhone5+, iPad3+, | * iPhone5+, iPad3+, |