IOS 8 simulator portrait to landscape problem

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
SusanB
Posts: 111
Joined: Mon Nov 07, 2011 4:10 am
Contact:

IOS 8 simulator portrait to landscape problem

Post by SusanB » Mon Dec 01, 2014 11:12 pm

My app opens in portrait, but has landscape cards as well. Orientation changes worked fine on devices and simulators until I upgraded to LC 6.6.5 and Xcode 6.1. Landscape card items no longer "fit" in. Any help would be deeply appreciated!!!

SusanB
Posts: 111
Joined: Mon Nov 07, 2011 4:10 am
Contact:

Re: IOS 8 simulator portrait to landscape problem

Post by SusanB » Mon Dec 01, 2014 11:29 pm

If I comment out in the preOpenStack script

if the environment is "mobile" then
set the fullscreenmode of me to "noBorder"
set the acceleratedrendering of me to true
end if

then all is well. So it's got to do with the resizing script. This works fine in my Android version, but doesn't seem to work with IOS......

Post Reply