Being new to WebView, I don’t know if it would be helpful for the following scenario.
I want to run a JUCE app on an embedded device, headless, and then access the app via an HTML web page to adjust a few parameters. The embedded device has a web server. I can compile the app and run headless on the device, but struggling with how to communicate with the app via an HTML web page.
Doable with WebView? Or is there another approach?
Any insights appreciated.