I am testing these settings in the config to support different screen resolutions on Android devices, instead of the ultimate config file.
width = 320,
height = 320 * display.pixelHeight / display.pixelWidth,
scale = “letterBox”,
xAlign = “center”,
yAlign = “center”
On the Android devices i have tested on (with different resolutions) it has work perfectly, but is there anyone who have tried it, that have found that these settings doesn’t work as well as i think?
The row I mean is this one: height = 320 * display.pixelHeight / display.pixelWidth,