-
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
bug: Orientation doesn't update cached collection #3345
Comments
ajoslin added resize method in scroll delegate to force collection repeat to calculate dimensions. You can try this code in tab active/selected event. "$ionicScrollDelegate.resize()" |
Hey @netalico, does ajoslin's recent fix resolved your issues. |
Greetings @netalico! My sensors indicate a reply was requested, but we have not received one yet, I am using my robot powers to close this issue. However, if you are still experiencing this issue, please feel free to reopen it by creating a new issue, and include any examples or necessary information. Thank you for allowing me to assist you. |
this is still relevant! |
Type: bug
Platform: all
I've found that if you use collection-repeat and you rotate your device while on another tab then when you go back to the original tab its stuck assuming the width of the previous orientation so it looks weird. For now I just put in place this workaround that clears my view cache whenever the device rotates.
The text was updated successfully, but these errors were encountered: