Locked rotation

Is there a way to force the app to lock the orientation ?
i have a drawer with 10 buttons, when the screen is vertical all the buttons are visible,
but once it is rotated, the buttons have no scrolling option added so only 5 will be visible.

I want my app just to work while on vertical, is this possible ?

Hey @mohd,

Unfortunately locking an orientation isn’t yet there, therefore you have to click on rotate once you are in the Play mode.

But we will take it into consideration to add such a feature :slight_smile:

Instead, you can play with the screen dimentions to make the width equal to the height and height equal to width. This will show you how the UI will be in rotation. You can then fix what you need to fix there without having to even go to the Play mode.