mui.isPhone()

Returns true if the device is a Smartphone.

Ejemplo rápido

if (mui.isPhone()) {
Console.log('Is smartphone!');
}