How can I use Google Cardboard in my portrait activity?

118 Views Asked by At

My app has an activity use portrait mode(android:screenOrientation="portrait" in AndroidManifest.xml), for some reasons, I can't modify its screnOrientation value. Now I have to integrate the Google Cardbord feature to this activity, but the render looks weird as below picture shown, how can I fix this case? Thanks a lot!

enter image description here

1

There are 1 best solutions below

0
On

The system ignores screenOrientation if the activity is running in multi-window mode. Can you verify that you are not running in this mode?