[FlowUI] Menu is at the bottom of the screen instead of the top

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?
imagen
menu.xml (454 Bytes)

TIA

German Turriziani

1 Like

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">
2 Likes

No problem Konstantin.
Thank you very much! :+1:

German Turriziani