-
Notifications
You must be signed in to change notification settings - Fork 19
FontAwesomeFX 9.1.2 hangs GluonVM on iOS #30
Comments
org.javafxports:jfxmobile-plugin:2.0.12 Same behavior. No exception or log message, just a hang. Can you take a look? Fontawesomefx is a very necessary library to use on Mobile. |
Workaround I haven't tracked down why this is the case. It does NOT work if you recompile de.jensd:fontawesomefx-fontawesome:4.7.0-9.1.2 as a jar and depend on it - only if you embed the java and resources in the project... |
There was an issue that resource files from jar dependencies weren't included in the iOS app. That should be fixed now, so could you try again with the latest version 2.0.16? |
Fixed. Closing. Thank you! |
org.javafxports:jfxmobile-plugin:2.0.18 More was required to make this work for Desktop, iOS, and Android when adding in other jars like material. Basically, you need the following:
Using {platform}Compile instead of compileOnly and {platform}Runtime does not work... I think that's an issue that I'll open a separate issue. Also, I think there's an issue using Java 9 module jars even if they target Java 1.8 and I'll open an issue for that when I come across it again. |
org.javafxports:jfxmobile-plugin:2.0.8
FontAwesomeFX : 9.1.2
Platform : iOS (at least)
Description
FontAwesome hangs Gluon apps in iOS without any exception thrown.
To Reproduce
Take any working test project, add the following dependencies to build.gradle
The jars are in bintray (jcenter)
Add the following code:
The application will hang
The text was updated successfully, but these errors were encountered: