Can't build Wasm project with SKXmlCanvas control - Visual Studio 2022 Preview #6918
Unanswered
ricardoromaobr
asked this question in
Q&A
Replies: 3 comments 11 replies
-
Thanks for the report. You may need to take a look at the binlog to troubleshoot the error: https://platform.uno/docs/articles/uno-builds-troubleshooting.html |
Beta Was this translation helpful? Give feedback.
7 replies
-
From your build log, it seems that emscripten has failed to initialize. Can you try deleting the folder Also, for the pointers to work, currently in Uno the <skia:SKXamlCanvas
PointerMoved="Rectangle_PoiterMoved"
PointerPressed="Rectangle_PoiterPressed"
PaintSurface="OnPaintSurface"
x:Name="Workbench"
Background="Transparent"
Grid.Row="1"/>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to build uno app with skiasharp view
I'm trying to experiment a draw with unoplatform.
I create a project to make some experiments;
I'm running Uwp project and clicking on canvas and drawing a red circle on the surface.
But when I try do compile the Wasm project an error to build the project is showed:
I started with Uno.Wasm.Bootstrap.DevServer and Uno.Wasm.Bootstrap from version 2.10
Some version has a problem to found the linux subsystem. From version 3.0.0-dev-101 this error start showed.
The repository with the small test app is here
The uno-check below:
I create the app using dotnet CLI
dotnet new unoapp -o MyApp4
Beta Was this translation helpful? Give feedback.
All reactions