Google Cardboard Device Orientation
I'm wondering... is there any way to set the device orientation back to 'Auto Rotation'? I need a portrait rotation for my app main screen but once Cardboard SDK package is importe
Solution 1:
Ok, after some research I've found the issue. The AndroidManifest file in Pugnis/Android path has a line which overwrites the rotation status: 'android:screenOrientation="landscape". Just deleting that line auto rotation is working properly
Post a Comment for "Google Cardboard Device Orientation"