Leonard Harris
Leonard Harris
Hi, is there a select date method available on the widget? Some way to get the date selected by the user.
Hi there cannot call delete as voice command despite going to 'edit' tab along the top and being able to delete manually, any ideas? Or are some commands not available...
Not sure if this is an issue on our end, maybe some missing configuration but having an issue on a Pixel 7 Pro running android OS 14: `java.lang.SecurityException: Caller ######...
Quick feature request for CancelAll that can take a lambda expression where we can be selective which Local Notifications will be Canceled. Other usages of this maybe: ```cshap LocalNotificationCenter.Current.CancelAll(notificationRequest =>...
Hi all! Trying to mock an extension method that uses the the Prism Library DialogService with a callback action: The NSub I attempted looked like this: ```csharp _subDialogService.When(x => x.ShowDialog(Arg.Is,...
Appears to be an issue with `xct:TouchEffect.Command` not triggering when `Visual = VisualMarker.Material;` is enabled and trying a combination of the following with `xct:TouchEffect.NormalBackgroundColor` and `xct:TouchEffect.PressedBackgroundColor` loses the touch effect...
Hi there 👋 first of all thanks for providing this amazing project! We have just added this to our console application that runs on premise of a clients VM. We...
### What are you wanting to achieve? I am trying to refresh an expired authentication code whilst also ensuring that the refreshing authentication code block is not called repeated times...
**Describe the solution you'd like** When pages loads with `DelayedView` a activity indicator shows but it would be nice to have an option to provide some other visual indicator of...
### Description iOS issue whereby the `ItemsSource` seems to be empty from the UI but I have added a few checks against empty `ItemsSource` from the MVVM when trying to...