From: Vincent Vanwaelscappel Date: Fri, 14 Jun 2019 12:55:23 +0000 (+0200) Subject: try #2833 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f59495210ec8810d8bd1657bac897cf3305da02d;p=fluidbook-html5.git try #2833 @1 --- diff --git a/js/libs/fluidbook/fluidbook.touch.js b/js/libs/fluidbook/fluidbook.touch.js index 4d72e1b1..c9541750 100644 --- a/js/libs/fluidbook/fluidbook.touch.js +++ b/js/libs/fluidbook/fluidbook.touch.js @@ -173,6 +173,9 @@ FluidbookTouch.prototype = { if (end === undefined) { end = false; } + if ($(".mview:visible").length > 0) { + return false; + } if (this.fluidbook.zoom.zoom === 1) { if (this.fluidbook.mobilefirst.enabled) { return false; diff --git a/style/fluidbook.less b/style/fluidbook.less index 356cb45a..2884ac66 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -79,7 +79,7 @@ img { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; - -ms-box-sizing: content-box; + ifra -ms-box-sizing: content-box; -o-box-sizing: content-box; -webkit-user-select: none; @@ -1511,6 +1511,10 @@ html.ios body.portrait #interface { &[data-type="10doigts"] { border-radius: 15px; } + + .ios & { + overflow-y: auto; + } } .content {