SteveSandersonMS / WebWindow

.NET Core library to open native OS windows containing web UI on Windows, Mac, and Linux. Experimental.
Apache License 2.0
1.99k stars 215 forks source link

Any idea how to use it for ARM 64? #70

Closed anaselhajjaji closed 1 year ago

anaselhajjaji commented 4 years ago

I'm trying to use it in Raspberry Pie 3 ou 4 (both on ARM 64). I'm getting the initialization issue of teh webview : Unable to load shared library 'WebWindow.Native' or one of its dependencies. Do you have any ideas about that?

JinShil commented 1 year ago

Hi @anaselhajjaji
I'm not the author of this repository, so I don't want to speak for him, but I don't think this repository is being maintained anymore. I also needed Blazor Hybrid on the Raspberry Pi 3 and 4 and could never get this or Photino to work properly. So I crated the following as alternatives: https://github.com/JinShil/BlazorWebView https://github.com/JinShil/WebWindow I hope they will help you.