navigator.notification.alert("Este es un mensaje");
// Beep three times
navigator.notification.beep(3);
// Vibrate for 2 seconds
navigator.notification.vibrate(2000);
Ver ejemplo
Para ver los videos, acceder al código fuente de los ejercicios, descargar los recursos o recibir soporte necesitas acceder a tu Cuenta Premium.
navigator.notification.alert("Este es un mensaje");
// Beep three times
navigator.notification.beep(3);
// Vibrate for 2 seconds
navigator.notification.vibrate(2000);
Ver ejemplo
Aviso Legal | Política de privacidad