Ok, this is not really a crucial issue. But still it's kinda annoying. My app is in landscape orientation. But alert and input dialogs always shown in portrait mode. So, you have to turn your device everytime to read something. Is there any way to change this? Btw, this happens on an Android Phone.
Comments
Likes: ExCx
Likes: ExCx
@atilim: Squeak, Squeak, Squeak
Website: http://www.castlegateinteractive.com
https://play.google.com/store/apps/developer?id=Castlegate+Interactive
Likes: Scouser
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
is it possible to change the android os orientation from within gideros code?
i need it only for the alert dialog, so if it is possible to force alert dialog to change orientation as i like, that's also good.
if none of this is possible, then take is a feature request.
Fragmenter - animated loop machine and IKONOMIKON - the memory game
a possible alternative would be to be able to set auto orientation for the app in manifest (if that's possible) and then an event would be fired whenever orientation changes, so that i can listen to this event and rebuild the gui according to the new orientation.
Fragmenter - animated loop machine and IKONOMIKON - the memory game
it works for me like you said: orientation of alert dialog depends on device orientation, and you can seperately use orientation modes of user preferences from lua. This "sensor" will affect only on alert dialog ...
Likes: SinisterSoft
https://play.google.com/store/apps/developer?id=My+name+is+Originality