모바일 swipe threshold 값 100으로 수정
This commit is contained in:
@ -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"
|
||||||
});
|
});
|
||||||
|
|||||||
@ -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"
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user