WebWindow icon indicating copy to clipboard operation
WebWindow copied to clipboard

Issue getting _content in index.html

Open AKruimink opened this issue 5 years ago • 3 comments

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?

AKruimink avatar Feb 26 '20 04:02 AKruimink

I faced the same problem :(

mikart143 avatar Mar 05 '20 10:03 mikart143

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

Jinjinov avatar Mar 16 '20 08:03 Jinjinov

Same here. I copied it manually to wwwroot.

kristof12345 avatar May 21 '20 07:05 kristof12345