-
Notifications
You must be signed in to change notification settings - Fork 627
[BUG] Failed to bind EAGLDrawable on .NET 10 in MAUI iOS #3428
Copy link
Copy link
Open
Labels
area/SkiaSharp.Views.MauiIssues relating to the views for .NET MAUI mobile/desktop applications.Issues relating to the views for .NET MAUI mobile/desktop applications.backend/OpenGLos/iOSpartner/mauiIssues and PRs that are/should being looked at or worked on by the Microsoft .NET MAUI partners.Issues and PRs that are/should being looked at or worked on by the Microsoft .NET MAUI partners.tenet/compatibilityCompatibility with previous versions of SkiaSharpCompatibility with previous versions of SkiaSharptenet/reliabilityIssues relating to crashes or unexpected behaviorsIssues relating to crashes or unexpected behaviorstriage/triagedtype/bug
Metadata
Metadata
Assignees
Labels
area/SkiaSharp.Views.MauiIssues relating to the views for .NET MAUI mobile/desktop applications.Issues relating to the views for .NET MAUI mobile/desktop applications.backend/OpenGLos/iOSpartner/mauiIssues and PRs that are/should being looked at or worked on by the Microsoft .NET MAUI partners.Issues and PRs that are/should being looked at or worked on by the Microsoft .NET MAUI partners.tenet/compatibilityCompatibility with previous versions of SkiaSharpCompatibility with previous versions of SkiaSharptenet/reliabilityIssues relating to crashes or unexpected behaviorsIssues relating to crashes or unexpected behaviorstriage/triagedtype/bug
Type
Projects
Status
New
Description
We got a bug report with this error using the Mapsui MapControl with the latest SkiaSharp in MAUI running on .NET 10 (not in .NET 9).
I did not investigate this myself but there is not a lot of our own code involved. This is our Mapsui MapControl with all relevant code: https://github.com/Mapsui/Mapsui/blob/main/Mapsui.UI.Maui/MapControl.cs
Code
Some code from our MapControl.
Expected Behavior
No error and something rendered.
Actual Behavior
No error and a white canvas.
Version of SkiaSharp
3.116.0 (Current)
Last Known Good Version of SkiaSharp
2.88.9 (Previous)
IDE / Editor
Visual Studio (macOS)
Platform / Operating System
iOS
Platform / Operating System Version
iOS.
Devices
Dunno
Relevant Screenshots
No response
Relevant Log Output
Code of Conduct