Jérôme Liger
Jérôme Liger
You can have the nuget with these modifications in the beta version here : https://www.nuget.org/packages/Xam.Plugin.LatestVersion/2.1.1-beta.107 With VS NPM, just check "Include Prerelease" and update to 2.1.1-beta.107
Hi ! I've successfully customize the notification Icons (App & Notifications), but when I receive a notification on the android smartphone, the icon is not customized on the wearable attached...
I didn't saw the [PR 426](https://github.com/CrossGeeks/FirebasePushNotificationPlugin/pull/426) It contains my resolution, with no dependency anymore to Xamarin.AndroidX.Core (and other good stuff 👍 ) Consider this PR please, thanks.
Is there any plans on this or do I need to implement a CustomRenderer ? I'm on Xaramin.Forms 4.6.0(.726) and Xamarin.Forms.Visual.Material V4.6.0(.726) No "Title" property on DatePicker and TimePicker yet...
Same problem in production... 10 month later and no solution/workaround ?
Sorry, I'm really busy these days... I didn't look at the Google website changes... I'll try to take a look this WE... And maybe if I have enough time, I'll...
But if you're too much impatient, just ask ChatGPT "show me C# code sample to get any published application versioncode and versionname from the packagename with Google Play API... it...
I have the same need... +1 A full neuromorphism UI implementation will need to manage shadows "outside" (elevation positive) and shadows "inside" (elevation negative) for different views (Entry/Button/Frame...) exactly like...
Hi @dansiegel , I think I encountered this unhandled Serialization Exception (or another problem, relative to navigationParameter Serialization) : ``` System.Runtime.Serialization.SerializationException: Type 'Prism.Navigation.NavigationParameters' with data contract name 'ArrayOfKeyValuePairOfstringanyType:http://schemas.datacontract.org/2004/07/System.Collections.Generic' is not...
Ok Dan. For informations (it may help others), I've just wrapped this navigation in a "Device.InvokeOnMainThreadAsync(() => { [...] });" And it works like a charm and I don't get...