Hello,
It's the first time I try to do something in forced landscape mode.
All seemed fine when I ran my app on the 4S at work (ios 9 I think).
When I run it here on my own 4S (ios 7) it seems to position everything as if it was in portrait mode.
Including an empty gap on the right.
When I do a log(100%x & " " & 100%y) it returns 320 480 which proves the detection of portrait mode.
The black screen from the debugger when the app starts is in landscape tho so I guess the app is aswell.
Did anyone notice this before and how can it be fixed or bypassed?
It's the first time I try to do something in forced landscape mode.
All seemed fine when I ran my app on the 4S at work (ios 9 I think).
When I run it here on my own 4S (ios 7) it seems to position everything as if it was in portrait mode.
Including an empty gap on the right.
When I do a log(100%x & " " & 100%y) it returns 320 480 which proves the detection of portrait mode.
The black screen from the debugger when the app starts is in landscape tho so I guess the app is aswell.
Did anyone notice this before and how can it be fixed or bypassed?
Last edited: