You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: