Search found 2 matches

by Nexrem
Thu May 31, 2018 4:29 pm
Forum: RVGL News
Topic: RVGL on Android
Replies: 107
Views: 4081769

Re: RVGL on Android

Hey hey, Android dev here. Quick fix on your rotation issues. Add this to your AndroidManifest.xml inside the <activity /> tag android:screenOrientation="landscape" You can also set it to sensorLandscape instead which would allow it to rotate upside down (still landscape locked) Yep, but ...
by Nexrem
Wed May 23, 2018 4:08 pm
Forum: RVGL News
Topic: RVGL on Android
Replies: 107
Views: 4081769

Re: RVGL on Android

Hey hey, Android dev here. Quick fix on your rotation issues. Add this to your AndroidManifest.xml inside the <activity /> tag android:screenOrientation="landscape" You can also set it to sensorLandscape instead which would allow it to rotate upside down (still landscape locked) Or if you ...