joehewitt/scrollability

Confusion with form elements

Opened this issue · 1 comments

When adding form elements on the list, and navigating through them with the Previous/Next buttons on the iPhone keyboard, the Scroller loses track of where it is.

This leads to the user not being able to scroll up to the top, and if the user scrolls down to the bottom there will be a large chunk of whitespace area.

If someone wants to fix this, the issue is that when trying to find the current position (and bounds) to move from, it does not account for element scrollTop and scrollLeft position.

When the form assistant pages through, it's moving the div's scrollTop/scrollLeft properties.