Orientation flipped upside down on load

Have “orientation”: “landscape” set in app.json for an iPad app; however, upon load, the app renders upside down where pressing home (to confirm that device native orientation is facing up correctly) and clicking back into the app causes a re-render to appear normally. Also, the device home button could be used on left / right where LANDSCAPE_RIGHT and LANDSCAPE_LEFT doesn’t always necessarily mean “up”.

Is there a way to check screen orientation and declaratively set changeScreenOrientation after initial load?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.