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

Issue getting _content in index.html #77

Open AKruimink opened 4 years ago

AKruimink commented 4 years ago

There seem to be some issues when using WebWindow. In my project im trying to port to WebWindow i used Blazor.Extenssion.Canvas which required <script src="_content/Blazor.Extensions.Canvas/blazor.extensions.canvas.js"></script>

With _host.cshtml no longer being used i instead tried putting it into index.html which became the new host file, but it seems that this is causing issues due to _content not existing when running the application, nor is there an option to enable the usage of static files etc.

Does anyone have an idea how to get around this?

mikart143 commented 4 years ago

I faced the same problem :(

Jinjinov commented 4 years ago

This is the same as https://github.com/SteveSandersonMS/WebWindow/issues/22

kristof12345 commented 4 years ago

Same here. I copied it manually to wwwroot.