Re: orientation in iOS 8.1 simulator

2014-10-27 Thread Klaus major-k
Hi Sean, > Am 27.10.2014 um 00:24 schrieb Sean Cole (Pi) : > > Found it :D You have to set orientations at inception. > > mobileSetAllowedOrientations "portrait,portrait upside down,landscape > left,landscape right" > > Then it works perfectly, even the resize without waiting. YES, that did

Re: orientation in iOS 8.1 simulator

2014-10-26 Thread Sean Cole (Pi)
Found it :D You have to set orientations at inception. mobileSetAllowedOrientations "portrait,portrait upside down,landscape left,landscape right" Then it works perfectly, even the resize without waiting. Sean Cole *Pi Digital Productions Ltd* www.pidigital.co.uk +44(1634)402193 +44(7702)1164

Re: orientation in iOS 8.1 simulator

2014-10-26 Thread Klaus major-k
Hi Sean, > Am 26.10.2014 um 18:10 schrieb Klaus major-k : > > Hi Sean, > >> Am 26.10.2014 um 17:45 schrieb Sean Cole (Pi) : >> >> Hi Klaus, >> >> I was getting this too (from some time ago). There is a delay in the >> message between 'orientationChanged' to updating the >> 'mobileDeviceOrienta

Re: orientation in iOS 8.1 simulator

2014-10-26 Thread Klaus major-k
Hi Sean, > Am 26.10.2014 um 17:45 schrieb Sean Cole (Pi) : > > Hi Klaus, > > I was getting this too (from some time ago). There is a delay in the > message between 'orientationChanged' to updating the > 'mobileDeviceOrientation' value. So, what I do is: > > on orientationChanged >send "

Re: orientation in iOS 8.1 simulator

2014-10-26 Thread Sean Cole (Pi)
Hi Klaus, I was getting this too (from some time ago). There is a delay in the message between 'orientationChanged' to updating the 'mobileDeviceOrientation' value. So, what I do is: on orientationChanged send "checkOrientation" to me in 20 millisec end orientationChanged on checkOrienta