Hi,
I wanted to explore the webview feature so I made a juce app with a frontend in vue. The frontend and the backend both work fine independently (even after building the whole thing it works fine, they just don’t communicate), but when I try to connect them with relays and attachments and import the juce frontend library (from JUCE/modules/gui_extra/native/javascript), nothing loads and I get a warning saying window.__JUCE__
is undefined (a warning from check_native_interop.js). What could be the reason for this and how do I fix it?
Thanks in advance,
Koza