openjfx / javafx-gradle-plugin

Gradle plugin that makes it easy to work with JavaFX 11+
https://openjfx.io/
BSD 3-Clause "New" or "Revised" License
347 stars 59 forks source link

3D rendering on JavaFX webview #132

Closed tomastiminskas closed 1 year ago

tomastiminskas commented 1 year ago

We are using javafx plugin on a multilatfoprm project to show a web page in a webview. For some reason some pages with 3D canvas are not rendering at all with no error message. Any ideas?

Here is an example of webpage that is not loading:

https://second-brain.sphinx.chat

abhinayagarwal commented 1 year ago

As only 3D canvas has an issue with WebView, this is not a plugin issue.