Closed NastyaZorro169 closed 2 months ago
Are you able to put this into a sample project so I can test. There are a lot of code snippets here and it is a bit hard to test.
Hi @NastyaZorro169. We have added the status/needs-repro
label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone.
This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
Also, I assume you are using VS on windows and either an iOS device plugged into the windows machine or connected to a mac? If you try the other option, does it work?
This issue has been automatically marked as stale because it has been marked as requiring author feedback to reproduce the issue but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.
Description
Good morning. I am drawing a circle using SKCanvasView. On Android, everything works fine, but on iOS, the data does not update in the OnPaintSurface method, so the circle does not change its radius when the points are moved. If I change the visibility, the radius changes.
Code
You can also share some XAML:
DraggableDotOffsetService in IOS
IDraggableDotOffsetService.cs
CustomAbsoluteLayout.cs
Expected Behavior
I expect that the data will be updated in the OnPaintSurface method, similar to how it is done in Android.
Actual Behavior
In fact, the data in SKImageInfo is not being updated.
Version of SkiaSharp
2.88.3 (Current)
Last Known Good Version of SkiaSharp
2.88.2 (Previous)
IDE / Editor
Visual Studio (Windows)
Platform / Operating System
Android, iOS
Platform / Operating System Version
No response
Devices
No response
Relevant Screenshots
No response
Relevant Log Output
No response
Code of Conduct