diff --git a/js/shop.mobile.main.js b/js/shop.mobile.main.js index 4a6296623..2a80e8904 100644 --- a/js/shop.mobile.main.js +++ b/js/shop.mobile.main.js @@ -258,7 +258,7 @@ } }, threshold: 100, - excludedElements:".noSwipe", + excludedElements:"button, input, select, textarea, .noSwipe", allowPageScroll:"vertical" }); } diff --git a/mobile/skin/shop/basic/item.form.skin.php b/mobile/skin/shop/basic/item.form.skin.php index 0c0867d82..8c803b282 100644 --- a/mobile/skin/shop/basic/item.form.skin.php +++ b/mobile/skin/shop/basic/item.form.skin.php @@ -378,7 +378,7 @@ $(function(){ return false; }, threshold: 100, - excludedElements:".noSwipe", + excludedElements:"button, input, select, textarea, .noSwipe", allowPageScroll:"vertical" };