Skip to content

Instantly share code, notes, and snippets.

@mathildathompson
Last active August 29, 2015 14:01
Show Gist options
  • Save mathildathompson/288a723d16244cc06b49 to your computer and use it in GitHub Desktop.
Save mathildathompson/288a723d16244cc06b49 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
if(! window.DeviceOrientationEvent){
return;
}
$(window).on('deviceorientation', function(){
console.log('device-reorientated');
})
console.log('everything is fine');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment