Websocket callbacks are not called in JavaFX WebView with JRE 8u411
I have a sample JavaFX application with WebView loading HTML from local file. In HTML I’m opening websocket (to wss://echo.websocket.org/) and defining onopen, onmessage and onerror callbacks.
Websocket callbacks are not called in JavaFX with JRE 8u411
I have a sample JavaFX application with WebView loading HTML from local file. In HTML I’m opening websocket (to wss://echo.websocket.org/) and defining onopen, onmessage and onerror callbacks.