diff --git a/res/app/components/stf/screen/screen-directive.js b/res/app/components/stf/screen/screen-directive.js index 604e9cd9..116ee3db 100644 --- a/res/app/components/stf/screen/screen-directive.js +++ b/res/app/components/stf/screen/screen-directive.js @@ -27,6 +27,8 @@ module.exports = function DeviceScreenDirective($document, ScalingService, Vendo scope.$on('panelsResized', updateBounds) function setDisplayDensity(forRetina) { + // FORCE + forRetina = 1.2 return guestDisplayDensity = BrowserInfo.mobile && BrowserInfo.retina ? forRetina : 1 }