for the scene transition I’m using:
[lua]storyboard.gotoScene( “achievements”, “fade”, 400 )[/lua]
That’s when it zooms in just before. However, if I use
[lua]storyboard.gotoScene( “achievements” )[/lua]
it works without zooming.
My config.lua is as follows:
[lua]-- config.lua
application =
{
content =
{
fps = 60,
width = 320,
height = 480,
scale = “letterbox”, – zoom to fill screen, possibly cropping edges
imageSuffix =
{
["@2x"] = 2
},
},
}[/lua]
And as for device skin, I’m not 100% sure what you mean but I assume that you mean what device am I using in the Corona Simulator. If that’s correct then I’m using iPhone by default, but I see the same if I swap to another device.
Hope this helps
[import]uid: 74503 topic_id: 17779 reply_id: 68412[/import]