Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
documented the new touchOverflowEnabled configuration property.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Sep 8, 2011
1 parent f49e69e commit 82a9a5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/api/globalconfig.html
Expand Up @@ -105,6 +105,9 @@ <h2>Configurable options</h2>
<dt><code>defaultPageTransition</code> <em>string</em>, default: 'slide'</dt>
<dd>Set the default transition for page changes that use Ajax. Set to 'none' for no transitions by default.</dd>

<dt><code>touchOverflowEnabled</code> <em>boolean</em>, default: false</dt>
<dd>Enable pages to have self-contained native scrolling and fixed toolbars in devices that support the <code>overflow-scrolling: touch; </code> property.</dd>

<dt><code>defaultDialogTransition</code> <em>string</em>, default: 'pop'</dt>
<dd>Set the default transition for dialog changes that use Ajax. Set to 'none' for no transitions by default.</dd>

Expand Down

1 comment on commit 82a9a5b

@gaetan29
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,
Can you please check the following post in the jquery mobile forum:
https://forum.jquery.com/topic/overflow-y-scroll-webkit-overflow-scrolling-touch

I am testing the touchOverflowEnabled feature and native div scroll with IOS5 (Beta 7), scroll works great but still the whole page including header and footer moves all together when div scroll is at maximum.

Please check my test page:
http://dev.sainte-marine.org/FRTMAP-LAYOUT/

Thanks

Please sign in to comment.