Hi guys!
I have a question, how do you enable multiple screen orientation?
cuz when i build my project(cocos2dx-js) in to native platforms(android) its orientation does not change, it is fixed on portrait mode.
I want my app to support both landscape mode and portrait mode…
Thanks 
1 Like
I had the same question, finally
android:screenOrientation="sensor"
worked for me in the AndroidManifest.xml, considering the orientation change already was working in iOS. For more information please look at https://developer.android.com/guide/topics/manifest/activity-element.html#screen
1 Like