Re: Feature proposal: mobileActualAllowedOrientations?

2018-01-28 Thread Brian Milby via use-livecode
I was able to run a test in the simulator for an iPad and got the same results except that I could not lock the orientation (same on iPhone). If landscape is the only allowed orientation then it switches immediately even when the physical orientation does not match. On Sun, Jan 28, 2018 at 3:08

Re: Feature proposal: mobileActualAllowedOrientations?

2018-01-28 Thread Brian Milby via use-livecode
JLG... are you getting those pillow boxes with mobileSetAllowedOrientations set to only landscape? On Sun, Jan 28, 2018 at 3:08 PM Brian Milby wrote: > Some of this is already available at least on iPhone. If you set the only > allowed orientation (mobileSetAllowedOrientations)

Re: Feature proposal: mobileActualAllowedOrientations?

2018-01-28 Thread Brian Milby via use-livecode
Some of this is already available at least on iPhone. If you set the only allowed orientation (mobileSetAllowedOrientations) to landscape then the app will immediately switch regardless of the device lock setting. I did not see a way to query whether the use has their orientation locked, but that

Re: Feature proposal: mobileActualAllowedOrientations?

2018-01-28 Thread J. Landman Gay via use-livecode
My thoughts exactly. So the Android bug is that it doesn't do that. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January 28, 2018 12:51:30 PM Brian Milby via use-livecode

RE: Feature proposal: mobileActualAllowedOrientations?

2018-01-28 Thread Ralph DiMola via use-livecode
reen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Saturday, January 27, 2018 11:14 PM To: How to use LiveCode Cc: J. Landman Gay Subject: Re: Feature p

Re: Feature proposal: mobileActualAllowedOrientations?

2018-01-28 Thread Brian Milby via use-livecode
This should be pretty easy... if the app is built to support multiple orientations the it respects the lock. If it is built to only support one orientation, it should override the lock. From the thread it seems iOS already works this way. I don’t think the app should have to do any checking for

Re: Feature proposal: mobileActualAllowedOrientations?

2018-01-28 Thread Randy Hengst via use-livecode
All of my apps are iOS only. And virtually all are landscape only. When the iPhone is set to portrait lock, my apps still open as landscape orientation… that’s how they were designed. I wouldn’t want the user to have to take the extra steps to unlock the orientation. II do have a couple apps

Re: Feature proposal: mobileActualAllowedOrientations?

2018-01-27 Thread J. Landman Gay via use-livecode
On January 27, 2018 6:18:34 PM Richard Gaskin via use-livecode wrote: IIRC I did once have a game on this phone, and it opened full-screen in landscape regardless of my orientation lock. Seems reasonable, because as you say that app experience wouldn't make

Re: Feature proposal: mobileActualAllowedOrientations?

2018-01-27 Thread Sannyasin Brahmanathaswami via use-livecode
J. Landman Gay wrote: If the alternative is to only have a tiny misrepresentation of a landscape-only stack, do we want the behavior changed? How do other apps, like some games, handle this situation? What Ralph said: Android bug… I think the question then becomes "how do other

Re: Feature proposal: mobileActualAllowedOrientations?

2018-01-27 Thread Richard Gaskin via use-livecode
J. Landman Gay wrote: > On 1/27/18 3:43 PM, Richard Gaskin via use-livecode wrote: >> Thanks, Ralph. Looks like a bug then - reported: >> http://quality.livecode.com/show_bug.cgi?id=20916 >> > > I'd have to think about this. If the alternative is to only have a > tiny misrepresentation of a

Re: Feature proposal: mobileActualAllowedOrientations?

2018-01-27 Thread J. Landman Gay via use-livecode
On 1/27/18 3:43 PM, Richard Gaskin via use-livecode wrote: Thanks, Ralph.  Looks like a bug then - reported: http://quality.livecode.com/show_bug.cgi?id=20916 I'd have to think about this. If the alternative is to only have a tiny misrepresentation of a landscape-only stack, do we want the

Re: Feature proposal: mobileActualAllowedOrientations?

2018-01-27 Thread J. Landman Gay via use-livecode
Ralph DiMola wrote: LC apps in iOS do respect the lock. This an Android only problem. I'm curious, if the app only supports landscape and the phone is locked to portrait, what does iOS display? On Android you get a tiny representation that reaches across the width of the phone with large

Re: Feature proposal: mobileActualAllowedOrientations?

2018-01-27 Thread Richard Gaskin via use-livecode
Thanks, Ralph. Looks like a bug then - reported: http://quality.livecode.com/show_bug.cgi?id=20916 -- Richard Gaskin Fourth World Systems Ralph DiMola wrote: Richard, LC apps in iOS do respect the lock. This an Android only problem. Ralph DiMola -Original Message- I have the

Re: Feature proposal: mobileActualAllowedOrientations?

2018-01-27 Thread hlowe via use-livecode
Richard, Our iOS app works in both portrait and landscape modes on the iPhone and iPad. With the device's software-based rotation lock (iOS Control Center) set to 'on' the app's display is locked in portrait mode and will not switch to landscape mode if the device (iPhone 6S and 10.5-inch iPad

RE: Feature proposal: mobileActualAllowedOrientations?

2018-01-27 Thread Ralph DiMola via use-livecode
Sent: Saturday, January 27, 2018 4:00 PM To: How to use LiveCode Cc: Richard Gaskin Subject: Feature proposal: mobileActualAllowedOrientations? I have the orientation on my phone locked to portrait. I'm sure I'm not the only person in the world who locks their orientation. LiveCode is the only app

Feature proposal: mobileActualAllowedOrientations?

2018-01-27 Thread Richard Gaskin via use-livecode
I have the orientation on my phone locked to portrait. I'm sure I'm not the only person in the world who locks their orientation. LiveCode is the only app on my phone that doesn't respect a locked orientation, freely jiggling around as I rotate my phone. I can lock the orientation within my