-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
CollectionView inside RefreshView causes layout problems on iOS #11440
Comments
It gets even worse if you put a grid around it... |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
This seems to be an issue with controls inside the CV, not the collectionview itself. I switched the usage of Frame to Border and the issue resolved. |
Wait what? That doesn't make it better! It's still a problem. You can't simply close this ticket because "Hey, it works with Border" |
@owl-guy you have it all wrong, it's just a documentation issue; We clearly just need a matrix of which controls can appear on the screen with which other controls, and specifically how they are allowed to do so. Maybe it's a per-platform thing too (certainly the RefreshView stuff is). ;) |
Hello lovely human, thank you for your comment on this issue. Because this issue has been closed for a period of time, please strongly consider opening a new issue linking to this issue instead to ensure better visibility of your comment. Thank you! |
Wrap the collection view in contentview and it will work `
|
Hello lovely human, thank you for your comment on this issue. Because this issue has been closed for a period of time, please strongly consider opening a new issue linking to this issue instead to ensure better visibility of your comment. Thank you! |
Description
If you put a CollectionView inside a RefreshView and switch from portrait to landscape and back on iOS, the layout gets messed up.
Steps to Reproduce
""
Link to public reproduction project repository
#11363
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS16 and up
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: