-
Notifications
You must be signed in to change notification settings - Fork 101
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] Losing cards from stack when device orientation is rotated #74
Comments
I'm not sure I fully understand you here, do you mean some cards are actually missing or are they just scrolled away? From my testing on the example project I can indeed see that when you rotate to landscape the focussedItem is "lost" and the offset is incorrect, is that what you mean? |
Here is a video which may help to explain issue a little better 8•) |
I'm not sure if that's a bug with the library, when I modify the Example project to show the index instead of the age in the demo cards this does not happen as far as I can tell. It does however end up on a different index which might be the underlying issue, are you doing anything special with your indexes? Here's a modified example project which doesn't do this (I just replaced the age with index and added landscape support): |
Any update on this? |
How do you maintain your cards centered even rotated to landscape? My stack moves into a corner. |
Do you mind elaborating what setting you are applying, as my view already takes up the whole screen but it's just the cards that are off-center. |
New Issue Checklist
Bug Description
Changing device orientation to landscape removes some cards from view
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Not expecting views to resize to landscape view (another issue, another day), but expecting to see all available cards in stack. Looking at card No 1 reverts to card No 2 when rotated to landscape. Looking at card No 3 reverts to No 6 when rotated.
Environment
The text was updated successfully, but these errors were encountered: