JBCefBrowser how to handle JavaScript events or pass data from JavaScript to Java/Kotlin code?
Answered
Hello,
I created simple plugin with JBCefBrowser. I need to handle button or link click and get data from JavaScript in Java/Kotlin code on this JS event.
How to do it?
Thank you!
Please sign in to leave a comment.
Hello! Try to use org.cef.handler.CefMessageRouterHandler :)
Ok. Created next solution