Devlog #4
WPF WebView2 Setup
Succeeded in porting (?) the Vite frontend to Wpf WebView2! I’m just happy it works now. There was an issue with the Configuration Manager/build setup, where WebView2 turned out to be incompatible with the Any CPU build, and so I had to convert the solution to an x64 platform build, which works out since that’s what I intended to do in the first place.
For now, the source of the WebView2 WPF frame is just a localhost url. When prod version comes out, I’ll be bundling a folder containing the Vite frontend along with the app, which will then become the new source.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.