hey
this might be silly question, but i'm new to mobile development and this little details got me confused a bit.
I want to design game oriented towards Portrait view on mobile devices.
when I tried it with cocoonJS Ipad app, by default it gives me landscape view if I have vertical setup (smaller width/larger height).
like this
====
=|==
=V==
====
this starts up in Ipad as landscape application in cocoonJS app.
then i made my app logic and layout horizontal
==========
=->>======
==========
but I wanted to know if this is how you are supposed to design portrait apps or is there some option in construct or beyond construct where you can set how Portrait layout can be oriented within app?