zyra / ionic-super-tabs

Swipeable Tabs for Ionic
MIT License
664 stars 192 forks source link

Tab contents broken after switching screen orientation on iOS #427

Open milltree opened 4 years ago

milltree commented 4 years ago

We have an App with three tabs which is basically running well on all devices, except on iOS.

Whenever you switch screen orientation back and forth on an iOS device, it often (not always) happens that the tab contents appear broken when you change the tabs afterwards. Broken means that the contents are only displayed half and are cut off. It looks like the scrolling of the tab contents is not calculated correctly.

Bildschirmfoto 2020-03-16 um 13 22 31 Bildschirmfoto 2020-03-16 um 13 25 34
milltree commented 4 years ago

This bug is reproducable with the ionic-super-tabs-example project by changing the screen orientation back and forth:

Bildschirmfoto 2020-03-17 um 10 23 08
daveshirman commented 4 years ago

Any joy with this? I was just about to log the same issue. I'm using AngularJS and Ionic 4

daveshirman commented 4 years ago

Is this even being maintained any longer?

This is such a basic use case that it should be fixed, or at the very least provide a method for re-instantiating the tabs and their content that we can hook into after orientation change.

Can someone please respond?

pszalanski commented 4 years ago

I am part of milltree's team working on our app with ionic.

This project is being maintained on and off, unfortunately. We were forced to remove ionic super tabs and cannot reintegrate it until this issue is fixed.

eduardoRoth commented 4 years ago

I'll take a look at this issue in this week.

daveshirman commented 4 years ago

I'll take a look at this issue in this week.

Any joy with this?

hakanyener commented 2 years ago

Any update?