skclusive / Skclusive.Blazor.Samples

Skclusive.Blazor.Samples
https://skclusive.github.io/Skclusive.Blazor.Samples/FlightFinder/
MIT License
169 stars 50 forks source link

Error instantiating webview #8

Open beriniwlew opened 4 years ago

beriniwlew commented 4 years ago

Any project with a native host is failing to run due to this issue:

https://github.com/SteveSandersonMS/WebWindow/issues/103

skclusive commented 4 years ago

oh. i guess the issue is window's specific. i could run the samples in macos. WebWindow is awesome library which needs bit more polishing. hope issues would be resolved post blazor release.

beriniwlew commented 4 years ago

@skclusive Please also be aware of the project status:

"Will this be supported and maintained? Currently I’m not making any promises! It’s best to think of it as yet another experiment for now."

https://github.com/SteveSandersonMS/WebWindow/issues/86

skclusive commented 4 years ago

yea. hoping for the best. blazor also started that way. i saw one similar community project to render blazor in webview supporting more frameworks. https://github.com/jspuij/BlazorWebView Haven't tried though. but appears very promising.

beriniwlew commented 4 years ago

Saw that one too, and I agree that it looks promising.