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.
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.
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