Commit ee908adf authored by Oleg Korshul's avatar Oleg Korshul

remove zoom correction on mobile devices

parent 2b4c2e3a
......@@ -119,7 +119,7 @@ AscBrowser.checkZoom = function()
AscBrowser.zoom = 1.0;
AscBrowser.isRetina = false;
if (AscBrowser.isChrome && !AscBrowser.isOpera && document && document.firstElementChild && document.body)
if (AscBrowser.isChrome && !AscBrowser.isOpera && !AscBrowser.isMobile && document && document.firstElementChild && document.body)
{
if (false)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment