모바일 swipe threshold 값 100으로 수정

This commit is contained in:
chicpro
2013-10-24 13:45:49 +09:00
parent 6ac509be9c
commit 98df9f01bb
2 changed files with 2 additions and 2 deletions

View File

@ -270,7 +270,7 @@
break; break;
} }
}, },
threshold: 70, threshold: 100,
excludedElements:"button, input, select, textarea, .noSwipe", excludedElements:"button, input, select, textarea, .noSwipe",
allowPageScroll:"vertical" allowPageScroll:"vertical"
}); });

View File

@ -377,7 +377,7 @@ $(function(){
return false; return false;
}, },
threshold: 70, threshold: 100,
excludedElements:"button, input, select, textarea, .noSwipe", excludedElements:"button, input, select, textarea, .noSwipe",
allowPageScroll:"vertical" allowPageScroll:"vertical"
}; };