davidaurelio / TouchScroll

TouchScroll is a JavaScript- and CSS 3-based scroller for devices using Webkit Mobile. It is meant to mimic “native” scrolling feeling and behavior as much as possible.
http://uxebu.com/blog/2010/04/27/touchscroll-a-scrolling-layer-for-webkit-mobile/
BSD 2-Clause "Simplified" License
474 stars 61 forks source link

Using Keyboards "next" and "previous" buttons #6

Open chrisdrackett opened 13 years ago

chrisdrackett commented 13 years ago

the iphone has a next and previous button to move between form elements. If the next element is out of view, and you press the next button the element will be selected, but the view won't scroll to show the element.

davidaurelio commented 13 years ago

I will fix this issue if focus events are fired properly. Should also solve the same problem w/Android d-pad

andremedeiros commented 12 years ago

Any news on this issue?

The Prev/Next buttons on the keyboard also screw up the internal state of the scroller if you have big forms (happens on iScroll too).