Open
Description
Description
If I embed a button or entry, the default layout by iOS works as expected.
However, if there is a layout or content view, the view has a size of 0x0 and thus none of the items are interactable since they are all outside the bounds of the views.
Android Working | Mac Catalyst Not Working |
---|---|
![]() |
![]() |
Steps to Reproduce
- Clone https://github.com/mattleibow/EmbeddedMauiApps
- Run on Mac Catalyst
- Observe nothing works from maui
- Run on Android/Windows
- Observe things work
Link to public reproduction project repository
https://github.com/mattleibow/EmbeddedMauiApps
Version with bug
8.0.3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS, macOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response