jkommeren

Results 11 comments of jkommeren

Does it still need a repro? There is code supplied right? Im having the same issue. Its not very complex to reproduce. I could host the code on GitHub if...

> Does it still need a repro? There is code supplied right? > > Im having the same issue. Its not very complex to reproduce. I could host the code...

What if you use a ContentPage instead of a Page? Or a page derived from it? That still works fine in my application on 8.0.6 (in my application I wait...

Update: Found a workaround. By using MauiImage of the svg instead of MauiIcon, resizing still works, just the generation of the _round bit does not. So added the svg under...

I have similar problems with version 123.0.0.7 with Release profile. The Debug build profile DOES work for me for some reason. Please fix this.

Hmm. Well in my case at least the application asks for permission to show notifications and the user is prompted at first startup. Also the portal test notifications do show...

Update: turns out Trimming in release mode in Maui .net 7 was my issue. After disabling it in csproj it works again. < PublishTrimmed>False< /PublishTrimmed> (Remove spaces) Still unsure which...

> Is anyone still interessted in this plugin? I just published a new pre-release of version 2.x on nuget.org: > https://www.nuget.org/packages/Plugin.FirebasePushNotifications > > If someone offers to integrate this nuget...

> I’ve been messing with the refactor branch and have got all the things working finally 😎 Including android notifications in release mode? ❤️ Repro: deploy on Android in release...