Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>So there are three commonly mentioned solutions:</p> <ol> <li><a href="http://cubiq.org/iscroll-4" rel="noreferrer">iScroll</a></li> <li><a href="http://developer.yahoo.com/yui/3/scrollview/" rel="noreferrer">YUI ScrollView</a></li> <li><a href="http://joehewitt.github.com/scrollability/" rel="noreferrer">Scrollability</a></li> </ol> <p>They're all very neat for scrolling through simple lists. But no one really works if it's purpose is to handle full pages with more than just a list, for example complex dialogs with dynamic forms and so on.</p> <p>I just decided to give up and wait a year - Apple has lately announced its support for position:fixed and overflow:scroll, which will revolutionize this part and solve all that kind of problems we have today.</p> <p>Today I remembered a website of a company in our building here in Munich, opened it with the iPad, and indeed, it had a scrollable news section on its frontpage. So I looked inside and saw that it is using ... tadaaa ... <strong><a href="http://jscrollpane.kelvinluck.com/" rel="noreferrer">jScrollPane</a></strong>.</p> <p>I don't think jScrollPane was developed for using it on mobile devices, but it has been optimized for that purpose, too. It just works on my iPad, my Android 2.3 and also on the latest Opera Mobile.</p> <p>It doesn't feel like scrolling a native app on a mobile device, but it allows you to see a fully customizable scrollbar, jump to top and to buttom and, what's most important, <strong>to scroll with one finger</strong>.</p> <p>Very nice.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload