http://plugfest.thingweb.io:8088/test/fullscreen/default
JavaFXPorts: http://docs.gluonhq.com/javafxports/
mvn jfx:run
mvn jfx:native
gradlew -b jfxmobile.gradle run
gradlew -b jfxmobile.gradle android /* generates an apk that is signed with a debug keystore and put it in the directorybuild/javafxports/android */
gradlew -b jfxmobile.gradle androidRelease /* generates an apk that is signed with the configured signingConfig and put it in the directorybuild/javafxports/android */
gradlew -b jfxmobile.gradle androidInstall /* installs the generated debug apk onto a device that is connected to your desktop */
./gradlew -b jpro.gradle jproRun
./gradlew -b jpro.gradle jproRestart
http://localhost:8088/index.html
http://localhost:8088/test/default
http://localhost:8088/test/fullscreen/[app-name]