How can i rotate the Android emulator to landscape mode

I can’t find the solution myself after a couple hours of searching the documentation. How can i rotate my android emulator in project idx. Iam developing a flutter app for horizontal screen. I can not find a tablet emulator too.

1 Like

One way I found is to modify the iframe displaying the emulator and apply the following CSS property: transform: rotate(270deg);.

This is currently not something we support directly, but it is on our future list of improvements to make :grinning:

2 Likes