diff --git a/res/app/components/stf/screen/screen-directive.js b/res/app/components/stf/screen/screen-directive.js index ea813ec8..5280ccb4 100644 --- a/res/app/components/stf/screen/screen-directive.js +++ b/res/app/components/stf/screen/screen-directive.js @@ -239,7 +239,7 @@ module.exports = function DeviceScreenDirective($document, ScalingService, Vendo } if (BrowserInfo.deviceorientation) { - window.unbind('deviceorientation', guestDisplayRotatated) + //window.unbind('deviceorientation', guestDisplayRotatated) } }