-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Native scrolling not working when embedded into ion-tabs #4891
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
Comments
Okay, thanks, I see the issue. Will have a fix for this. One solution is to wrap the contents of your tab with |
Hi, Facing the same issue in Galaxy S4, version 4.4.2 Thanks :) |
Just fixed and released in 1.2.4. Thanks! |
Hi. I have the 1.2.4 version and still the issue.... When I refresh with the -livereload environment, the scroll rules well... But when I change the tab to antoher, and come back to the first tab, the scroll not works... This is the tab that the scroll not work:
Thanks! |
Same issue with ionic 1.3.2. http://play.ionic.io/app/22901856f366 (forked for 1.3.2) As experimented by @cxcxcxcx if we add overflow-scroll=false, then the scroll works, else if you add over-flow=scroll true, then it does not. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Reproducing examples here:
http://play.ionic.io/app/a20df0a8efe2
I put ion-content under ion-tab under ion-tabs.
When overflow-scroll=false, it works. but with overflow-scroll=true, it doesn't scroll.
However, it scrolls magically when I (erroneously) put a refresher before the ion-content, but it's not the correct way to run refresher so the refresher doesn't work. If use the refresher the correct way, it wouldn't work.
The text was updated successfully, but these errors were encountered: