Add orientationchange event to Android --------------------------------------
Key: CB-213 URL: https://issues.apache.org/jira/browse/CB-213 Project: Apache Callback Issue Type: New Feature Components: Android Reporter: Ben Plowman Assignee: Joe Bowser Priority: Minor On iOS currently, an "orientationchange" event is fired every time the phone rotation changes. This event is passed an int parameter which is 0 for portrait, 90 for landscape right, -90 for landscape left, and 180 for upside down portrait. We should match this behavior on Android. This functionality was requested here: https://github.com/cordova/cordova-android/issues/6. I have also seen other complaints a few other places asking for this. I am working on a patch for this that I need to refine and test a little bit before it is ready to roll out. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira