ExtJS5 has 3 different scrolling systems?

Diving into ExtJS 5 and talking to some of the engineers behind it I’m forming the conclusion that there are 3 distinct scrolling systems being employed in ExtJS 5. What are they?

  1. For traditional “mouse-only” desktops – using the native browser overflow: scroll
  2. For mobile “touch-only” devices – using Sencha Touch’s kinetic “momentum” JS scrolling
  3. For hybrids that have both mouse and touch support (i.e. MS Surface or Google Pixel) – using some sort of a hybrid of #1 and #2 where the JS kinetic scroller kicks in on tap-drag

I’d love to dissect this on an HTML level…

VN:F [1.9.22_1171]
Rating: 8.4/10 (5 votes cast)
ExtJS5 has 3 different scrolling systems?, 8.4 out of 10 based on 5 ratings

Leave a Reply

Your email address will not be published. Required fields are marked *

* Copy This Password *

* Type Or Paste Password Here *