Emmanuel Hansen
Emmanuel Hansen
Yeah. We need to check how iOS handles it
Flutter seems to use the android behavior(long press to show handle and menu) when using the material theme, and no showing when using cupertino(ios)
`content`, which is the key for the notification, can be any avalonia content that can be rendered, including `Visual`. If it isn't unique, it will still cause errors when the...
Yes, it is still an issue.
That's a lot
It would be best if control themes do not rely on an external theme library, be it FluentAvalonia, or FluentTheme. Controls should either be lookless, or if a style is...
Please provide more information about the issue, including test scenarios, samples, etc.
Could you give meaningful commit messages
Button captures the pointer events and prevents parent controls from handling them. It's recommended not to use interactive controls as header.
> Steps to reproduce: > > 1. Click on "Tab Layout" > > 2. Select tab "Page 2" > > 3. Select tab "Page 1" > > > Expected: content...