-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Layout breaking in iOS 16.4 #45
Comments
Same issue for me. |
Dear all,
shows the following output: Would be very happy if someone could help. Best regards |
Seems to be if its wrapped in a NavigationStack for me. I don't have a workaround... EDIT: I found a workaround - but I"m not sure if it's permanent! I commented out the NavigationStack, compiled it, then uncommented the stack, compiled. It fixed it. I have no idea why. |
same like issue here #26 i just got this problem too, hope my temporary solution can help others , who use this library just add some refresh on view with dispatch
however this was a workaround, the apps looks glitching , but make the layout working fine again |
in case some of you want the dispatchqueue extensions |
Seems to work correctly. Try version 2.2.10. If it doesn't work for you, post a minimal example. The only code on this thread contains objects that are not avaliable. |
Thanks a lot. |
Describe the bug
The layout breaks in the new iOS version 16.4.
On the first render, the layout is rendered vertically instead of horizontally, and goes back to horizontal on interaction.
To Reproduce
Steps to reproduce the behavior:
Make any component with WrappingHStack on iOS 16.4 (bug only in this version)
Expected behavior
It should always be horizontal
Screenshots
If applicable, add screenshots to help explain your problem.
Context:
The text was updated successfully, but these errors were encountered: