Is it possible to change WebView of JavaFX to Chrome

前端 未结 3 1177
走了就别回头了
走了就别回头了 2021-02-08 14:58

We are trying to create a desktop application which opens url with html5 canvas. We implemented it using Java 8 JavaFX. But we experiencing bad response in rendering of sketches

相关标签:
3条回答
  • 2021-02-08 15:13

    No, currently there's no such option. Oracle discussion

    However, you can deploy your application in a browser - here is the discussion about this.

    0 讨论(0)
  • 2021-02-08 15:13

    No, you cannot embed Chrome browser in webview of JavaFX.

    Refer this link: Performance of WebView in JavaFX

    You will get an idea about its performance relative to other browsers.

    0 讨论(0)
  • 2021-02-08 15:18

    Is it possible to change WebView of JavaFX to Chrome

    No.

    Is it possible to embed chrome browser in JavaFx application?

    Yes.

    Try JCEF from the chromium embedded project instead of WebView.

    For a commercial solution, JxBrowser advertises Chromium support for JavaFX applications.

    I have not used either of JxBrowser or JCEF, so I have no further details or advice on how to use them or whether or not they would be fit for your purpose.

    0 讨论(0)
提交回复
热议问题