We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the new Net9 project:
The Web App is ok, but the MAUI App crashes (Windows and Android tested):
I have a test project, private, but the key is that removing this:
<SKCanvasView @ref="canvasView" id="canvasView" OnPaintSurface="PaintSurface" @onclick="OnMouseClick" @onmousemove="(args)=>OnMouseMove(args)" style="width: 100%; height: 90%;user-select: none;" class="BG" />
All turns ok (except from no graphics output).
No difference between Web and MAUI, because Web is OK with the SKCanvasView present.
Exception:
3.116.0 (Current)
2.88.9 (Previous)
Visual Studio (Windows)
Windows
No response
Working web app (FireWorks emulator):
The text was updated successfully, but these errors were encountered:
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
Note: You can give me feedback by 👍 or 👎 this comment.
Sorry, something went wrong.
9.0.2 update did not solve this problem. Thanks for watching... 😄
No branches or pull requests
Description
Using the new Net9 project:
The Web App is ok, but the MAUI App crashes (Windows and Android tested):
Code
I have a test project, private, but the key is that removing this:
All turns ok (except from no graphics output).
Expected Behavior
No difference between Web and MAUI, because Web is OK with the SKCanvasView present.
Actual Behavior
Exception:
Version of SkiaSharp
3.116.0 (Current)
Last Known Good Version of SkiaSharp
2.88.9 (Previous)
IDE / Editor
Visual Studio (Windows)
Platform / Operating System
Windows
Platform / Operating System Version
No response
Devices
No response
Relevant Screenshots
Working web app (FireWorks emulator):
Relevant Log Output
Code of Conduct
The text was updated successfully, but these errors were encountered: