buttonMarkup.hoverDelay
$.mobile.buttonMarkup.hoverDelayはタッチされた際のホバーの時間を設定できます。
jQuery Mobileはボタンにタッチされた際にhoverとdownのclassを追加します。この値を減らすことでタッチの反応はよくなりますが、ページスクロールなどは扱いにくくなります。
jQuery Mobileの初期設定はmobileinitイベント時に変更が可能です。
$(document).on("mobileinit",function() {
$.mobile.buttonMarkup.hoverDelay = 400;
});
$.mobile.buttonMarkup.hoverDelayのデフォルトの値は200。
jQuery Mobile 1.0.0での追加/変更$.mobile.buttonMarkup.hoverDelayはjQuery Mobile 1.0で定義された設定です
参考URL
Configuring Defaults | jQuery Mobile API Documentation
登録日 : 2013年05月11日 最終更新日 : 2016年12月19日
同じカテゴリー(初期設定)のエントリー
- initSelector
- transitionFallbacks
- touchOverflowEnabled
- subPageUrlKey
- phonegapNavigationEnabled
- pageLoadErrorMessageTheme
- pageLoadErrorMessage
- ns
- minScrollBack
- maxTransitionWidth
- loadingMessageTheme
- loadingMessageTextVisible
- loadingMessage
- linkBindingEnabled
- hashListeningEnabled
- gradeA
- getMaxScrollForTransition
- dynamicBaseEnabled
- defaultPageTransition
- defaultDialogTransition
- buttonMarkup.hoverDelay
- autoInitializePage
- allowCrossDomainPages
- activePageClass
- activeBtnClass
- orientationChangeEnabled
- resetTimerDuration
- clickDistanceThreshold
- moveDistanceThreshold
- verticalDistanceThreshold
- horizontalDistanceThreshold
- durationThreshold
- scrollSupressionThreshold
- tapholdThreshold
- hidePlaceholderMenuItems
- ajaxEnabled
- nativeMenu
- keepNative
- clearSearchButtonText
- ignoreContentEnabled
- domCache
- pushStateEnabled