JavaFX : Embedding a browser other than available webview with JavaFX
问题 I am working on a JavaFX application which contains few html,css,JS files which are rendered by the internal webkit browser. Now, the problem is the CSS animations which we have are not getting rendered smoothly in the webkit browser provided by JavaFX, but same code in Firefox or chrome is quite smoother. Also, no persistence is available(currently using variables in Java, and communication via JS for persistence). What I am looking for is there any way to integrate some headless browser, or