Skip to content

Instantly share code, notes, and snippets.

@aladine
Created December 29, 2014 13:31
Show Gist options
  • Save aladine/79d25d5fd568173cd711 to your computer and use it in GitHub Desktop.
Save aladine/79d25d5fd568173cd711 to your computer and use it in GitHub Desktop.
function isVibrationEnabled(){
return (navigator.vibrate || navigator.webkitVibrate || navigator.mozVibrate || navigator.msVibrate) ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment