I have got the first incarnation of my JavaFX app running on my Udoo
board, a FreeScale based ARM. It is using the sw pipeline, not the
Vivante yet, but there is another problem first.
When I connect a mouse the mouse coordinates are interpreted correctly,
but the touch events, or touch positi
Please file a bug and include a test case that reproduces the bug.
-- Kevin
Hruda, Steve wrote:
Hi,
our java application uses JavaFX’s WebView to load a single page application
which should be available while the user is offline.
The single page application will be delivered by a jar file. T
Hi,
our java application uses JavaFX’s WebView to load a single page application
which should be available while the user is offline.
The single page application will be delivered by a jar file. This case works
without any problem by using JDK8u45, but something changed in case of JDK8u60.
Our r
Thanks Kevin, Phil.
I find it encouraging that there is a plan to include jfx as part of the
jdk forest as that will lead to a smoother build process.
Hopefully there will still be a mechanism to add OpenJFX to other JDKs
(Zulu etc.) in a post-Jigsaw world.
I filed a bug just as a reminder: Revi