Auto72
Auto72
I also tried to add the following NuGet packages to the PDFToImage project, "bblanchon.PDFium.iOS" "SkiaSharp.NativeAssets.iOS" Adding the Target frameworks: "net7.0-ios", "net8.0-ios". but still with no luck :-( When I run...
This will fix the issue. void RegisterForegroundService() { NotificationChannel chan = new NotificationChannel("my_service_urgent", "My Channel", NotificationImportance.None); chan.EnableVibration(true); chan.LockscreenVisibility = NotificationVisibility.Secret; NotificationManager notificationManager = GetSystemService(NotificationService) as NotificationManager; notificationManager.CreateNotificationChannel(chan); var notification =...
Same issue here.
@janusw Has this change been released to the latest NuGet package already? When are you going to build the library adding .net9.0 ?
I made an App in ,NET MAUI (8.0.91) that communicate with my BLE device and uses SkiaSharp and it works very well on Android and iOS. When I try to...
@Bush-cat I used the winappsdk 10.0.19041.34 and I reverted to use the NuGet library CommunityToolkit.Mvvm ver 8.2.2 and now my App works also on Windows. Thanks a lot 👍
@mattleibow I tried my app using the latest nightly build of SkiaSharp on Windows: SkiaSharp.Views.Maui.Controls ver. 3.0.0-preview.5.3 SkiaSharp.Views.Maui.Controls.Compatibility ver. 3.0.0-alpha.1.2 SkiaSharp.Views.Maui.Core ver. 3.0.0-preview.5.3 I also used the NuGet library CommunityToolkit.Mvvm...
I would like these colours from VS 2022 also in VS 2026. Is there a way? Thanks.
Running any official .NET MAUI example on Windows that uses the TableView to list the examples to try, I face this problem: On the MainPage I click one item in...
I tried the new .NET MAUI 9.0 official examples on Windows and I'm experiencing the same issue.