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
on an iOS device with footer buttons (iphone, ipod touch) I've found an issue where if you start scrolling and then lift your finger after its in the "footer button" area, the scroll will get stuck its its last position. This problem only seems to be with the footer buttons, the header (nav bar) does not seem to have an affect on scrolling.
The text was updated successfully, but these errors were encountered:
Did you test in Safari Mobile (with bottom bar) or in fullscreen mode? When you slide the finger onto the browsers native bar, no event is fired and it seems to be impossible to detect it …
I was playing around with sencha touch today and noticed that they don't have this issue. I think what they do (from playing with their implementation) is have an area right before the nav bar at the bottom. If the user moves their finger into this section, they "release" the scroll. This way it can't get stuck.
on an iOS device with footer buttons (iphone, ipod touch) I've found an issue where if you start scrolling and then lift your finger after its in the "footer button" area, the scroll will get stuck its its last position. This problem only seems to be with the footer buttons, the header (nav bar) does not seem to have an affect on scrolling.
The text was updated successfully, but these errors were encountered: