Sharpnado.TaskLoaderView
Sharpnado.TaskLoaderView copied to clipboard
Free yourself from IsBusy=true! The `TaskLoaderView` is a UI component that handles all your UI loading state (Loading, Error, Result, Notification), and removes all the pain of async loading from you...
**Platform (please complete the following information):** - OS: [Android] - Device: [AndroidEmulator/ Android Phone] - SDK version: [Android SDK 30] - MAUI-7.0 **Describe the bug** The result/error template is not...
Continue task after discarding the previous call as in TaskLoaderNotifier. With the return the second call to load does not execute correctly.
**Platform (please complete the following information):** - OS: iOS (havent tested Android) - Device: Simulator - Sdk vervion: [iOS 11/Android SDK 21] - MAUI: 7.0.92 **Describe the bug** I have...
**Is your feature request related to a problem? Please describe.** I wanted to have a few more view states unique to my app scenario but the taskloaderview only supports five...
It would be nice to follow the initialization pattern that maui, other .net bits and other sharpnado libs use to register this. Something along the lines of: ```csharp public static...