Hi,
I already posted this problem because of a NOOK Tablet app rejection:
https://developer.coronalabs.com/forum/2012/11/05/show-stopping-bug-build-945-app-rejected-nook-tablet
Now I found out that this problem happens with iPhone 5 too, using full 640x1136 portrait mode and “zoomEven”.
Please have a look at the iPhone 5 screenshot taken on the device:
http://apps.oetingerverlag.de/iPhone5TwitterSSO.PNG
The Twitter SSO window does not respect the screen dimensions of the devices with a very widescreen aspect ratio like iPhone 5 or NOOK Tablet.
This is bad, because my app was rejected because of this.
You can use the login on the window, but you cannot activate the “remember me” checkbox.
In comparison the Facebook pop up does respect the screens dimensions with iPhone 5 and “zoomEven”:
http://apps.oetingerverlag.de/iPhone5Facebook.PNG
If you ask for a testcase - please use the Twitter SSO example with a config.lua like this:
application =
{
content =
{
width = 320,
height = 480,
scale = “zoomEven”,
xalign = “center”,
yalign = “center”,
imageSuffix =
{
["@2"] = 2,
["@4"] = 4,
},
},
}
Best,
Andreas
[import]uid: 133261 topic_id: 32721 reply_id: 332721[/import]