Hi all!
Does anyone know why the menu icon appears at the bottom of the screen on an Android phone while on the desktop it appears correctly on top?
menu.xml (454 Bytes)
TIA
German Turriziani
Hi all!
Does anyone know why the menu icon appears at the bottom of the screen on an Android phone while on the desktop it appears correctly on top?
menu.xml (454 Bytes)
TIA
German Turriziani
Hi German,
Sorry for the late reply.
Turn off navigationBar.touchOptimized
property in main-view.xml
:
<mainView xmlns="http://jmix.io/schema/flowui/main-view"
title="msg://MainView.title">
...
<appLayout>
<navigationBar touchOptimized="false">
No problem Konstantin.
Thank you very much!
German Turriziani