Hi all,
I am currently working on an issue I have when displaying my game on a Nexus 4 device. Currently, some items on the screen are not correctly positioned.
Could anyone with a Nexus 4 help me out and tell me what “display.contentHeight” is showing on their device, e.g. by compiling the following code in a main.lua:
[lua]
native.showAlert(“Info”, display.contentHeight, {“OK”})
[/lua]
Info: in my app I use the “ultimate config.lua file” you can find here:
http://www.coronalabs.com/blog/2012/12/04/the-ultimate-config-lua-file/
I guess a value of 570 should be shown but I am not quite sure about this.
Many thanks,
Jens