Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Autorotation on Android devices - is it possible? — Gideros Forum

Autorotation on Android devices - is it possible?

Unknown Member
edited February 2013 in General questions
Hello!

In the project properties there is an "iOS" tab with "Autorotation" property. Turning this on does not seem to be working for Android devices.
And I didn't find tab "Android" (or another place) with the same property.
How is it possible to switch on autorotation for Android device?

Evgeny.

Comments

  • i think android does not support autorotation.

    Dislikes: luyimoon

    +1 -1 (+0 / -1 )Share on Facebook
  • stage:addEventListener(Event.APPLICATION_RESIZE,function()
    	local orientation=application:getDeviceOrientation()
    	application:setOrientation(orientation)
    end)
    my games:
    https://play.google.com/store/apps/developer?id=razorback456
    мій блог по гідерос https://simartinfo.blogspot.com
    Слава Україні!
    +1 -1 (+4 / -0 )Share on Facebook
Sign In or Register to comment.