SimpleToolkit
SimpleToolkit copied to clipboard
SimpleToolkit is a .NET MAUI library of helpers and simple, fully customizable controls, such as SimpleShell - custom Shell implementation that allows you to create unique navigation experiences.
How to make custom handler to handle badge in shell content?
Feature request: Allow `Popover.Show` to anchor to a `ToolbarItem` (rather than only a `View` as it is now).
Trying to add both flyout and tabbar in the app. But getting this issue. Flyout content is not hiding. Also uploading code base to check. > Source Code: [src.zip](https://github.com/RadekVyM/SimpleToolkit/files/15094473/src.zip)
Hi, firstly thank you for building and maintaining such a great toolkit, it's greatly appreciated 👍 I just wanted to report a crash I receive in Android since upgrading to...
Hi, I've been using your shell for some time and I've noticed issue with views. I have 2 pages that contain similar listviews, recently I have changed one of them...
I'm facing an issue with navigating directly to a different page (e.g., MapPage) instead of returning to the root (HomePage). When I use await Shell.Current.GoToAsync("///" + "MapPage", navigationParameter);, the pages...
After upgrading .net 7 to .net 8 application crashes on iOS with the following exception: MAUI Version: 8.0.82 ObjCRuntime.ObjCException: Objective-C exception thrown. Name: NSInvalidArgumentException Reason: is pushing the same view...