$(document).ready(function(){ if(! window.DeviceOrientationEvent){ return; } $(window).on('deviceorientation', function(){ console.log('device-reorientated'); }) console.log('everything is fine'); });