xtuzy
xtuzy
Hello, I [update nunit.xamarin to maui](https://github.com/xtuzy/nunit.xamarin.maui) , the maui test project work at ios and windows, but at android it will be freeze, i try to run this project togather,...
Hello, I want render pdf to image and extract text in Xamain. I search pdfbox,then find this library. I use skiasharp in xamarin,and i find [PdfBox-Android](https://github.com/TomRoush/PdfBox-Android) render pdf use android's...
I use Handler load SkiaGraphicsView at Maui to compare with GraphicsView. [GraphicsTester.zip](https://github.com/dotnet/Microsoft.Maui.Graphics/files/9063261/GraphicsTester.zip) Such as: Left is SkiaGraphicsView, Right is GraphicsView   
I don't know this is bug or feature, or it is a mistake of xamarin.android. ## Question When i use `centerVertical` at Xamarin.Android, if i use `constraintSet.centerVertically(firstView.Id, secondView.Id)`, the firstView...
**Description** I try to load SKTypeface use SKFontManager.Default.MatchCharacter, but i find it return a SkTypeface that have strange FamilyName at Android. Android:  Windows:  **Code** ``` var defaultChineseFont =...
Current: https://user-images.githubusercontent.com/17793881/186628120-d288cbdc-24e6-4cbc-a928-508fbb6281e5.mp4 Hope like this: https://user-images.githubusercontent.com/17793881/186629864-91344dea-f8f4-4a3c-9db5-cbf7db9a01f0.mp4
Hello, can you provide .so file in Artifacts, i see your Github Action have compiled a .so file, but not copy to final Artifacts. I'm a xamarin developer, it can't...
Hello, i find current this project only for desktop, could you support android and ios. I can create a WebGPU View use it in MAUI.
### Description When a Border in ScrollView and ScrollView in RefreshView, ScrollView no SizeChanged event.  When i delete Border or Delete RefreshView, ScrollView have SizeChanged event.   I...
I use SKBitmap.Decode(stream) to create a Bitmap, when i need continue use this stream, i found it is dispose.   Skiasharp Version: 2.88.2