mui.isTablet()

Returns true if the device is a tablet.

Ejemplo rápido

if (mui.isTablet()) {
Console.log('Tablet!');
}