Responsive top menu problem

Hi everyone.

photo_2023-01-03_15-00-22

It is annoying to say bug, but I have a trouble with changing position of top menu when I go through responsive devices (mobile phone, iPad, etc.) it lefts from top to the bottom side. You can see it above attached picture. How can I solve this issue? I mean, is there any solution like setting method to true/false in java programmatically?

Thanks in advance!

1 Like

Hi @abdulmaliknajmiddino

Set the touchOptimized attribute to false:

<appLayout>
    <navigationBar touchOptimized="false">
2 Likes

Works properly, thank you!