Cards: HTML status
The support status of the properties used to display a html card to end users.
Key | Meaning | Description |
🔴 | Not supported | Feature is not supported in the client |
🟡 | Deprecated | Will be removed in the future |
🟢 | Supported | Fully supported |
🔵 | Planned | Planned or in development |
Property | Smart Glasses | Android Mobile | iOS | Web Client |
Data binding | 🟢 ↑7.0.0 | 🟢 ↑3.0.0 | 🟢 ↑3.0.0 | 🟢 ↑0.1.0 |
Fixed size | 🟢 ↑7.4.0 | 🟢 ↑3.2.0 | 🟢 ↑3.3.0 | 🟢 ↑21.5.0 |
Auto size | 🟢 ↑7.4.0 | 🟢 ↑3.2.0 | 🟢↑3.3.0 | 🟢 ↑0.4.0 |
Disabled | 🟢 ↑7.0.0 | 🟢 ↑3.0.0 | 🟢 ↑3.0.0 | 🟢 ↑0.1.0 |
Badge (Resource) | 🟡 ↓7.5.0 | 🔴 | 🔴 | 🔴 |
Badge (Glyph) | 🟢 ↑7.2.0 | 🟢 ↑3.0.0 | 🟢 ↑3.0.0 | 🟢 ↑0.1.0 |
Accessory (Resource) | 🟡 ↓7.5.0 | 🔴 | 🔴 | 🔴 |
Accessory (Glyph) | 🟢 ↑7.2.0 | 🟢 ↑3.0.0 | 🟢 ↑3.0.0 | 🟢 ↑0.3.0 |
HTML | 🟢 ↑7.0.0 | 🟢 ↑3.0.0 | 🟢 ↑3.0.0 | 🟢 ↑0.1.0 |
Glyph-Based Unicodes | 🟢 ↑7.7.0 | 🟢 ↑3.5.0 | 🟢 ↑3.6.0 | 🟢 ↑21.11.0 |
Event: Select action | 🟢 ↑7.0.0 | 🟢 ↑3.0.0 | 🟢 ↑3.0.0 | 🟢 ↑0.1.0 |
In order to access the icon, use the unicode for the icon in this format:
&#x[unicode];
Example
<body>
<p style="background-color:powderblue; font-family: 'skylight_web_icons'">⚙
</p>
</body>
Last modified 1yr ago