verticalDistanceThreshold

このエントリーをはてなブックマークに追加

$.event.special.swipe.verticalDistanceThresholdではスワイプ時の縦方向の最小移動距離を設定できます。

デフォルトでは75pxなので、縦方向に75px以上移動した場合にはスワイプと判定されません。この値は次のようにして任意の値に変更できます。

$(document).on("mobileinit", function(){
 $.event.special.swipe.verticalDistanceThreshold = 100;
});

sample

登録日 : 2012年12月10日 最終更新日 : 2016年12月19日

同じカテゴリー(初期設定)のエントリー

検索

スポンサードリンク

バージョン

リファレンス