Hi!
When I test the app in Corona simulator, everything works fine. But when I test on device (iPhone 5c) or in xCode simulator, the background is cropped.
Here is the same project in Corona simulator and iOS simulator
[sharedmedia=core:attachments:1009]
Here is the config-file:
application = { content = { width = 640, height = 960, scale = "letterBox", fps = 30, audioPlayFrequency = 22050,
And the background attachment code:
local bg = display.newImageRect("images/start\_tausta.png",1140,720) group:insert(bg) bg.y = data.H/2 bg.x = data.W/2
Corona is 2013.1260.
Thanks in advance!
