mip-html-os operating system
mip-html-os is used to support page content elements to distinguish OS display
Example
<mip-html-os os="android" class="mip-html-os"><p>This Is Android</p></mip-html-os> <mip-html-os os="ios" class="mip-html-os"><p>This Is Ios</p></mip-html-os>
Attributes
os
Description: Select the operating system
Required option: Yes
Type: String
Value range: android, ios