Questions tagged [uno-platform]

Uno is a revolutionary open-source tool that acts as a bridge connecting WinUI/UWP to various platforms including iOS, Android, WebAssembly, macOS, and Linux.

Handling Events for the UNO Material Bottom Navigation Bar

Incorporating Uno.Material's BottomNavigationBar in my app has been a success so far, except for figuring out the event handler when a bottomnavigationbaritem is clicked. I've tried various options like ItemInvoked, OnPressed, OnTouch, OnClick, and Clicked ...