iOS Question No showing the correct Variant

cooperlegend

Active Member
Licensed User
Longtime User
I have create two variants for the iPhone, but my App is always using just one of the variants when running the App.

Could the problem be with the custom size I am using? 800x480 and 480x800 . The reason for these sizes is simply that I converted this over from the B4A android version of the App using the converter tool.

I am trying to create an App that shows in Portrait for the login screens but then changes to Landscape for the input screens. I haven't found a good solutions as yet that works properly. so the idea was to just create both screens and then if in the wrong orientation then overlay the screen with a message saying "rotate".

Anyone got any good ideas?

The Android version is so simple to achieve this. Apple version is causing me a big headache as it is so restricted.

Thanks
 

cooperlegend

Active Member
Licensed User
Longtime User
But I use my own scaling routines to resize to any device so the initial size is not an issue for me.

But is this causing the rotation to not pick up the new orientation ?
 
Upvote 0

cooperlegend

Active Member
Licensed User
Longtime User
The client wants to show the App in Portrait for the login and Landscape for data entry, surely this is somehow possible ???
 
Upvote 0
Top