Thanks for the info and cheers for linking that thread.
The biggest challenges with “mixing” web views with existing code would be:
- layering: you won’t be able to overlay on WebView with opacity for example.
- keyboard/mouse/touch input - WebViews is also tricky when it comes to mixing user input.
This would make mixing and matching JUCE UI code with WebViews quite difficult.
JUCE8 is getting many welcomed improvements to its own graphics abstraction (re-designed font/text support, Direct2D).
Good point! I would prob be best off sticking with my current JUCE GUI rather than starting again with WebView. Maybe I will have a play with WebView for my next project.