mui.isPhone()

Retorna true si el dispositivo es un smartphone.

Ejemplo rápido

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