You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by khawkins <gi...@git.apache.org> on 2012/11/10 00:07:01 UTC

incubator-cordova-ios pull request: Removing forced status bar rotation log...

GitHub user khawkins opened a pull request:

    https://github.com/apache/incubator-cordova-ios/pull/65

    Removing forced status bar rotation logic

    Fixes [CB-1831](https://issues.apache.org/jira/browse/CB-1831).  Forced status bar rotation is not necessary, as the desired behavior occurs automatically in iOS.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/khawkins/incubator-cordova-ios no_forced_rotation

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-cordova-ios/pull/65.patch

----
commit b0c93d9c9f3c32f782f69ee3823f9ed0ef9adebb
Author: Kevin Hawkins <kh...@salesforce.com>
Date:   2012-11-09T23:04:46Z

    Removing forced status bar rotation logic

----