xtuzy

Results 25 issues of 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...

newfeature

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 ![sharex-20220707194451](https://user-images.githubusercontent.com/17793881/177767399-7209b4bc-6777-46a6-ba22-02ba1c0a29a1.png) ![sharex-20220707194543](https://user-images.githubusercontent.com/17793881/177767340-f4699772-b337-42ee-99ce-9b3fd431a79a.png) ![image](https://user-images.githubusercontent.com/17793881/177765608-9854292b-172b-4484-a903-22f66ab0ba58.png)

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...

bug

**Description** I try to load SKTypeface use SKFontManager.Default.MatchCharacter, but i find it return a SkTypeface that have strange FamilyName at Android. Android: ![sharex-20220915100207](https://user-images.githubusercontent.com/17793881/190309365-a264e3c2-5611-44ef-9fac-dbb535762615.png) Windows: ![sharex-20220915100341](https://user-images.githubusercontent.com/17793881/190309379-00c05086-27b5-474f-8f35-ab91eaeb8c48.png) **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. ![sharex-20230812075006](https://github.com/dotnet/maui/assets/17793881/8e30704c-6780-48ba-a4be-e840a3e483a8) When i delete Border or Delete RefreshView, ScrollView have SizeChanged event. ![sharex-20230812075049](https://github.com/dotnet/maui/assets/17793881/bff4b693-8f8c-4a09-a8d1-d0e7b0ce4ac7) ![sharex-20230812075107](https://github.com/dotnet/maui/assets/17793881/316b54b7-02ab-4c16-b97f-93f105bcb0e7) I...

t/bug
area/controls 🎮
s/verified
control-refreshview
control-border
s/triaged
i/regression
layout-scrollview

I use SKBitmap.Decode(stream) to create a Bitmap, when i need continue use this stream, i found it is dispose. ![sharex-20220928152228](https://user-images.githubusercontent.com/17793881/192715483-3fd77411-1554-4c91-9593-4b7b80638eca.png) ![sharex-20220928152307](https://user-images.githubusercontent.com/17793881/192715523-64eb35f2-ddab-4857-bb85-05f2b435c731.png) Skiasharp Version: 2.88.2