I am using the following config.lua:
application = { content = { scale = "adaptive", fps = 30, imageSuffix = { ["@2x"] = 1.5, ["@3x"] = 2.5, } }, }
It works fine for all iOS devices expect the iPad Mini (Corona Simulator). On that device my images were low resolution and then I noticed it was using the it was using @1x images instead of @2x.
Shouldn’t iPad mini use @2x?