Even in CoronaSDK-2011.521.dmg I cannot get my iPad device to take screenshots correctly using either display.save or display.captureScreen. In both cases, there will be black borders and false cropping in the resulting image. It all works fine on the simulator, just not on the device.
Important sidenote, as it may be related to the issue, my app uses a 1024x768 landscape mode, but to get display.contentWidth and display.contentHeight to contain the correct values (and to have the app in the simulator show up correctly), I need to actually flip these values in confug.lua to 768x1024. Only with these “false” values will my app work (but taking screenshots won’t). Again, I’m defining width to be 768 in the config file and then it will show up as 1024 in the display.contentWidth value when running the app.
Thanks! [import]uid: 10284 topic_id: 10644 reply_id: 310644[/import]