I want to disable landscape modeon javafx app for the whole app. How can I do that? I'm also using Gluon plugin.
Thanks in advance
I want to disable landscape modeon javafx app for the whole app. How can I do that? I'm also using Gluon plugin.
Thanks in advance
On Android by default you have enabled changes between portrait and landscape orientations.
If you want just portrait orientation, you can set this on the
AndroidManifest.xml
file under src/android/: