I'm not developing in iOS, but this intrigued me. It seems you can't force a
reorientation (feature request?), but you can force a lock, by using the
iphoneSetAllowedOrientations with a single entry, if the user then rotates the
device, the new restrictions will be adhered after that point. Howe
Hello Hugh,
I don't believe LC provides a way to do this. At one point I created an
animation that took over the screen and prompted the user to rotate the device.
That was the best I could come up with.
-Scott Morrow
On Nov 10, 2011, at 7:46 AM, FlexibleLearning wrote:
> Did anyone figure
On 10.11.2011, at 19:00, use-livecode-requ...@lists.runrev.com wrote:
> I am working with an iOS UI that allows portrait and landscape rotation on
> one card but requires that the UI be presented in portrait on all other
> cards. no matter what the actual device rotation is. The problem arises
>
Did anyone figure how to do this? I need exactly the same thing: All stack
windows are landscape, except 1 which must be portrait.
How do we force an orientation change without requiring the user to
physically rotate the device?
Hugh Senior
FLCo
On Tue Aug 2 09:23:51 CDT 2011 Scott Morrow wrot
I am working with an iOS UI that allows portrait and landscape rotation on one
card but requires that the UI be presented in portrait on all other cards… no
matter what the actual device rotation is. The problem arises when leaving the
card that allows landscape and going to a card that requir