touchOverflowEnabled
$.mobile.touchOverflowEnabledはページ遷移時のアニメーションや固定配置をよりスムーズにする設定です。
$(document).on("mobileinit", function(){
$.mobile.touchOverflowEnabled = true;
});
デフォルトはfalseですが、この値にtureを指定することで固定配置をCSSのoverflowやoverflow-scrolling: touchに切り替えて、よりスムーズに動作するようになります。
jQuery Mobile 1.1より、固定配置はCSSのposition:fixedに変更されておりこの設定は非推奨となっております。
参考URL
Configuring Defaults | jQuery Mobile API Documentation
登録日 : 2013年06月10日 最終更新日 : 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