-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Slide transition jumps to top of previous page #2884
Comments
Yes, this is an artifact of the fact that we need to scroll to the top before starting the transition and we also restore the scroll position if you go back. Closing as a duplicate of #455 We're kicking around ideas on different approaches to improve this post-1.0 |
Sorry for reopening this, but it's really important issue for my implementations as well. |
As I said, there isn't a workaround given the tech constraints. You can turn on touchIverflow to make this issue go away in ios 5 but that is the only option right now. |
One last thing: how about something like this .animate({scrollTop:0}, 2000, 'ease'), to use scrolltop as a method through animation, in order to have more pleasing effect. |
@toddparker, In regards to touchoverflow- I tried to enable this on the Ipad. Unfortunately the listviews do not render when they scroll into view. On an Iphone it was my intention to avoid a scrolling div (the page contains only one div) as there is no scroll bar and it is confusing for the user. |
I'm sad to hear this isn't a priority pre-1.0. jQuery Mobile is such a promising framework...but this bug alone would prevent me from using it. |
It's not that ist wasn't a priority, but the changes required are far too large at the RC or even beta stage to make. It's #1 on our list for 1.1 |
Glad to hear it. Thanks! |
Thank you! |
So 1.1.1. is out there but the jump still persists :-0 |
this also happens with transition 'none'. jumps to start and then navigate to target page. i accept that it is a transition implementation detail, but when not using a transition the effect is still there (1.1.1)!? is there a workaround, it's so ugly it makes my want skip jqm alltogether. |
This issue still persists in JQM 1.2.0 even for transition as "none". Is there any workaround for this? |
This problem still persists in JQM 1.3.0 and is very frustrating. This is not a consistent user experience. Also, changing the MS of the css transitions is not changing the speed. Any word on this? |
When you use a slide transition on a page that is large enough to scroll the transition is very jumpy. The previous page will scroll to the top before the transition begins and jumps back at the end of the transition. This is very disorientating especially on an Iphone where things occur very slowly. (Tested on safari and mobile safari)
The text was updated successfully, but these errors were encountered: