Gradual Transition to JUCE 8 WebView?

You should look around the forum there are many topics related such as:

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.

Also,
JUCE8 is getting many welcomed improvements to its own graphics abstraction (re-designed font/text support, Direct2D).

3 Likes