The default Touch Sensitivity is 20px. That prevents my app from being percise...
This issue has already been discussed for JavaFXPorts:
https://bitbucket.org/javafxports/android/issues/50/missing-touchevents
("Just" setting the sensitivity to 1px via javafx.platform.properties)
But how do I fix it with Gluon? Where do I have to put the javafx.platform.properties?
When I put it in the android assets folder and tell gradle about the assets folder still nothing happens...
Do I have to tell gradle more in order to work with Gluon or how can I fix it?