-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2 beta.10: Unable to scroll vertically after switching between tabs [iOS] #7154
Comments
Hello, thanks for opening an issue with us! Would you be able to provide a plunker or repo that demonstrates this issue? Thanks for using Ionic! |
I'm having the exact same problem, also since beta 10. |
Hi @jgw96, do you have a plunker with ionic set up already that I can start from? I'm not sure it will help without testing on a mobile device actually. My guess is the guys maintaining conference app could reproduce this pretty easily |
@jasonwaters Sorry, was just able to reproduce. On Android it seems to be fine, but on IOS there is definitely an issue. Thanks! |
Hello all! This has been fixed for beta.11 as you can see above, but if you would like a workaround until beta.11 comes out feel free to just copy the css from the commit mentioned above into your project. Thanks for using Ionic everyone! |
@jgw96 Now in beta 11 I have this issue on the first tab that is not scrolling anymore after the app has started. After a change to a subview of the same tab and going back to the parent view shown after startup scrolling works. Can you please check your fix of this issue considering this side effect? Thank you! |
Hello there! I recently upgraded to ionic-angular 2 beta.10 and I noticed a weird bug where vertical scrolling is not responding. My application uses
ion-tabs
with 4 tabs across the bottom of the screen. On load, the far left tab is automatically selected. If I choose the 2nd tab and scroll vertically (via touch in ios simulator or on device) it scrolls just fine. Then i switch to tab 4 and scroll vertically via touch and it also works fine. If I switch back to the 2nd tab and try to scroll vertically it appears unresponsive and the list does not scroll. But if I switch back to tab 4, I see that it has been scrolled according to my touch while viewing tab 2.Wondering if you have noticed a similar phenomenon? Any ideas for a workaround?
Cheers
The text was updated successfully, but these errors were encountered: