I’m currently trying to make my app work on the latest corona version and simulator. But now I’m stuck at a problem, the iPhone 5 simulator scales all content way too much. The app works and looks great on all other iOS devices, but not the iPhone 5.
Here is my config.lua file:
application =
{
content =
{
fps = 30,
width = 768,
height = 1024,
scale = "zoomEven",
imageSuffix =
{
["@2x"] = 2,
["@3"] = 3,
["-bar"] = 3.3,
["-foo"] = 4.5,
}
},
}
It maybe isn’t what everyone suggests using but for me it has worked great with all iOS devices, except iPhone 5. [import]uid: 24111 topic_id: 31140 reply_id: 331140[/import]