Hello,
I am currently working on a plugin that includes a WebView to display some information. The WebView is running a React application, and I need to establish communication between the WebView and the plugin in both directions:
- WebView → Plugin: I need to send messages from the React-based WebView to the plugin.
- Plugin → WebView: The plugin should be able to send messages to the WebView as well.
I have managed to display the app in JCEF, but am struggling to pass messages. Could anyone provide guidance or examples on how to implement this communication flow?