You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My app supports all interface orientations. The ViewAR.orientationOptionSet returns .all and inputViewOrientations is set to [ .landscapeLeft, .landscapeRight, .portrait ].
When the recorder is initialized with the ARSCNView, the entire interface is forced into portrait mode. I can rotate it back by physically moving my device and re-orientating it, but that's not an acceptable solution.
How can I prevent the entire interface from being forced into the portrait orientation when starting from landscape left/right?
The text was updated successfully, but these errors were encountered:
My app supports all interface orientations. The
ViewAR.orientation
OptionSet
returns.all
andinputViewOrientations
is set to[ .landscapeLeft, .landscapeRight, .portrait ]
.When the recorder is initialized with the ARSCNView, the entire interface is forced into portrait mode. I can rotate it back by physically moving my device and re-orientating it, but that's not an acceptable solution.
How can I prevent the entire interface from being forced into the portrait orientation when starting from landscape left/right?
The text was updated successfully, but these errors were encountered: