AtlantaFX on mobile #114
CommonGrounds
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I implemented AtlantaFX theme on gluon platform and it works fine with some exceptions:
With Application.setUserAgentStylesheet() everything works except android default soft keyboard doesn't show on text field controls so i implemented:
scene.getStylesheets().add(theme.getUserAgentStylesheet())
And it works but with some exceptions - custom textfield can not use font icons anymore so i use input group instead and some minor issues ( resolved with css tweaks in examples ).
All in all works well. Big Thanks 👍.
AtlantaFX Monkey testing : AtlantaFX_Gluon
AtlantaFX_Gluon_Starter
Without Glisten library - using AtlantaFX instead so no NAG screen and performance is excellent.
Beta Was this translation helpful? Give feedback.
All reactions