-
Notifications
You must be signed in to change notification settings - Fork 190
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
iOS SuperTabContainer #430
Comments
Can you try the latest version? |
Having the same issue in the safari browser and ios platform for Ionic 5. Tested versions 6.3, 6.4, and 7.0.8 all with the same issue. |
Same issue on ios with latest version (7.0.8) and Ionic 5. For me it happens randomly when i click on some input fields, (it's reproduce only for some textbox field, not for all), it goes to the first tabs. It seems it has some conflict with the label position, i have reproduced with position != fixed. With position fixed the tabs don't change to the first correctly. |
I am also having this problem, I realized that this occurs when the superTabs is inside the ion-content. I removed the ion-content, resoved, but the ios page transition is not working correctly. ionic 5 |
I am also having same problem occurs only with ios while it works fine in Android Any hint/idea for fixing it ? Ionic 5 |
Describe the bug
I am loading the current ioni4 super tabs example code on my app. The issue is that in iOS when I click on tab 2 or tab 3 container item and come back to the tab view page. The indicator stays on the last selected tab but the content is incorrect. Currently, it shows the content of 1 tab instead of the selected one. I also tried selectTab but it works sometimes.
Expected behavior
It should show the selected tab content
The text was updated successfully, but these errors were encountered: