Re: Determining if orientation locked on Android?

2017-03-25 Thread Sannyasin Brahmanathaswami via use-livecode
I'm not sure about how to test for lock orientation, but there are a number of related but reports, most recently http://quality.livecode.com/show_bug.cgi?id=19465 Elanor has an interesting test stack there. I suspect it is the same bug. in my case I want the "game" like screens/stacks to

Determining if orientation locked on Android?

2017-03-25 Thread Richard Gaskin via use-livecode
On my Android phone I have orientation locked to Portrait, yet the LC app I'm building ignores this and rotates the with the device. I see that I can handle orientations internally, but I don't see how I can determine if the user has locked their device to one specific orientation. Any