IOS 8 simulator portrait to landscape problem
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
IOS 8 simulator portrait to landscape problem
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!!!
Re: IOS 8 simulator portrait to landscape problem
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......
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......