kofanov

Results 6 comments of kofanov

Thank you very much! Simple adding SkiaSharp library helped to me!

Anyone have a solution for ListView? Not for CollectionView?

Hello! Did you find any workaround to get parameters?

This issue appears on new iOS devices (without physical Home button). Here is my workaround: Create custom TitleView class: `public class MyTitleView : ContentView {}` Add this method to MyTitleView:...

@codingL3gend Yes, I have encountered this problem. There are a lot of problems and "surprises" in MAUI in general. That's why I assign TitleView in OnApplyTemplate method of ContentPage (assign...

I found a somewhat perverse solution to this problem, but it works. We will use a WeakReferenceMessenger from Community Toolkit.Mvvm.Messaging First of all, I created a message to inform about...