am I the only one facing this error?
My app is running on Landscape mode but the alert is being shown in the portrait mode .Is there a way to Rectify this? [import]uid: 82446 topic_id: 23388 reply_id: 323388[/import]
I already asked you in the other thread you posted about this in to please file a bug report if you are sure this is not a user error - file one with sample we can run to reproduce it and if it is a Corona bug we will fix it
[import]uid: 52491 topic_id: 23388 reply_id: 93705[/import]
Let me explain you the whole scenario that I did so that it lets you understand better. 
At first I tested corona Sample ‘Alert’ Project with little modification regarding Orientation(Changed to Landscape) in the iPad.It was running fine in the landscape Orientation.
Then what I did was simply copied that particular piece of code into my app but did not work the way it should have done.I landed up with the portrait Orientation type Alert.
Hope you have understood the whole Scene.Now could you suggest me how to proceed?
[import]uid: 82446 topic_id: 23388 reply_id: 93720[/import]
rahulsingh2k10, I can’t say I’m having this problem. Make sure your orientation stuff is configured properly in your build.settings.
This doc page details how to handle orientation of specific things like just native UI:
http://developer.anscamobile.com/content/configuring-projects#Orientation_Support_iOS
I think you’ll find there’s a solution to what you’re describing.
And remember that if your app always displays in portrait, the device itself might be locked or currently in another orientation that would cause alerts to display in unexpected orientations, I’d double check on that. [import]uid: 87138 topic_id: 23388 reply_id: 93721[/import]