freshplanet / ANE-Facebook

Air Native Extension (iOS and Android) for the Facebook mobile SDK
Apache License 2.0
221 stars 123 forks source link

confirm dialog : wrong orientation #168

Closed lagoonSoft closed 7 years ago

lagoonSoft commented 10 years ago

May app is in landscape mode and when i try to send app requests, the confirm dialog is in portrait mode. Is there a way to fix it ? I use Facebook.getInstance().webDialog( 'apprequests', ... ) to send the requests.

colouredFunk commented 10 years ago

got the same problem, landscape app, login box appears portrait :(

Did you solve the issue?

hiep2x commented 10 years ago

add this attribute to set orientation of activity: android:name="com.facebook.LoginActivity" android:screenOrientation="landscape"

lagoonSoft commented 10 years ago

my problem appear on IOS is there a way to fix it ?

colouredFunk commented 9 years ago

Same here, my problem was with iOS too

colouredFunk commented 9 years ago

Updated the Manifest File - < autoOrients >true< / autoOrients > (remove spaces)

It now displays correctly :)

colouredFunk commented 9 years ago

Ok that worked on an iPad 4, but not an iPad 2 :(

th3d0g commented 9 years ago

Any luck with this? Seems to be a recognised issue : https://bugbase.adobe.com/index.cfm?event=bug&id=3837136