From 680f852fb920eb45bc3b14d3a40b0fc13f67a537 Mon Sep 17 00:00:00 2001 From: libccy Date: Wed, 5 Apr 2017 17:55:49 +0800 Subject: [PATCH] v1.9.21 --- game/game.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/game/game.js b/game/game.js index f0741b81e..82b751f29 100644 --- a/game/game.js +++ b/game/game.js @@ -37624,6 +37624,9 @@ if((this==ui.handcards1Container||this==ui.handcards2Container)&&!this.classList.contains('scrollh')){ e.preventDefault(); } + else if(lib.device=='ios'&&this.scrollHeight<=this.offsetHeight+5&&this.scrollWidth<=this.offsetWidth+5){ + e.preventDefault(); + } else{ delete _status._swipeorigin; e.stopPropagation();