-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Expandable items in a StackLayout don't work properly on iOS #16150
Comments
Seems to be related to this issue: #14624 This workaround fixed it for me: #14624 (comment) |
Thanks @greg84! This workaround worked for me too! |
Hi @L3oJr. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version. You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Bug continues in MAUI 7.0.90 version. |
Possibly fixed by #16385. |
Verified this on Visual Studio Enterprise 17.7.0 Preview 6.0. Repro on iOS 16.4(8.0.100-preview.6.23330.14), not repro on Windows 11 and Android 13.0-API33 with below Project: |
Confirmed this is fixed for .NET 7 and .NET 8 |
Description
On Android, expandable items in a StackLayout expand and collapse with no problem as shown below:
However, on iOS, the items don't expand and collapse properly, as shown below:
Steps to Reproduce
Steps to reproduce:
I'm expect the items expand and collapse without problems, like on Android (as shown in the description).
But, actually, after expand some items the others don't expand or collapse correctly (as shown in the description).
Link to public reproduction project repository
https://github.com/L3oJr/maui-accordion-bug-reproduction
Version with bug
7.0.86
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 16.4
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: