dg2k
dg2k
### Description As described in the title, and more [details here](https://docs.microsoft.com/en-us/answers/questions/954187/is-the-clearing-of-microsoftmauistoragepreferences.html). This is also confirmed (in same link provided) by a Microsoft employee who answered a question relating to the...
I have subtle issues with .NET MAUI migration (such as CollectionView control crashing) and thought I should delve in and try to discover in the source code (and contribute in...
### Description I upgraded my Maui app from net6.0 to net7.0 and having an issue with ScrollView as it doesn't center its content anymore. I use Grid layout to position...
I have `var image = ImageFile.FromFile(pathToImage);` Can an Extension `ToByteArray()` on ImageFile be easily implemented as shown below? I can easily implement from IO `Stream` but since the file is...
Not really an Issue ... You may like to see the use of BottomSheet plugin in its full glory for implementing tips during installation, and for tips on demand as...
Hi, I haven't investigated this thoroughly but confirmed with Debug hitting before but not after the Dismiss() call as shown below. To ensure that no duplicates are created, I do...
First of all, I do not think the code for [group notification Wiki](https://github.com/thudugala/Plugin.LocalNotification/wiki/%5BAndroid%5D-How-to-group-notifications) is correct. There is no **Group** property for `NotificationRequest.Android` and the code examples shown won't compile. `...
BottomSheet used to respond to a Tap event and not any more. It was a great feature in that when info is shown with the minimum height, tapping on it...