Can you share the whole bug report?

On iOS the rotation doesn't work unless you configure it on the config.xml

    <platform name="ios">
        <preference name="Orientation" value="all" />
    </platform>

The shouldRotateToOrientation javascript function is deprecated on cordova
ios 4.x.x

https://issues.apache.org/jira/browse/CB-5690
https://issues.apache.org/jira/browse/CB-8893




2016-01-07 6:38 GMT+01:00 Dmitry Blotsky <[email protected]>:

> Hey folks,
>
> I’ve had a bug forwarded my way where a Cordova app wouldn’t switch
> orientation on iOS unless the following code was present:
>
> function onDeviceReady() {
>     ...
>     window.shouldRotateToOrientation = function (degrees) {
>         return true;
>     }
>     ...
> };
>
> Could someone please explain why it is needed? Is this in one of our
> plugins? And perhaps also: what else/instead is needed to have a Cordova
> app properly support flipping of screen orientation?
>
> Kindly,
> Dmitry

Reply via email to