모바일 swipe threshold 값 100으로 수정
This commit is contained in:
@ -270,7 +270,7 @@
|
||||
break;
|
||||
}
|
||||
},
|
||||
threshold: 70,
|
||||
threshold: 100,
|
||||
excludedElements:"button, input, select, textarea, .noSwipe",
|
||||
allowPageScroll:"vertical"
|
||||
});
|
||||
|
||||
@ -377,7 +377,7 @@ $(function(){
|
||||
|
||||
return false;
|
||||
},
|
||||
threshold: 70,
|
||||
threshold: 100,
|
||||
excludedElements:"button, input, select, textarea, .noSwipe",
|
||||
allowPageScroll:"vertical"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user