I am using this code to take a screenshot of the whole screen and save it to temporary directory:
display.save( display.getCurrentStage(), "picture.jpg", system.TemporaryDirectory )
It works OK using iPhone 4 but on the iPad 3 the captured screenshot is cut-off above and on bottom.
Anyone has tried this ?
Bug ?