Build on android in portrait shows landscape layout

Hi, I am having a problem that on android portrait view it renders as it was landscape. In simulator works as expected, fills the whole screen. Tested on 2x Phones/OS versions. Could someone please give me a hint what am I doing wrong?

I found the problem, it is the orientation parameter in other builds(Web Mobile, Facebook) that affects the build even though when you choose Android you can’t change it. Big pitfall. Devs should ignore this param if it is not changeable or make it changeable.