application:getContentHeight() returns the height in propreties of project; My project for default use 960 height . My app will run on iphone 4 or iphone 5. My soluction is getdevice info check if is iphone 5, if yes, change the LogicalDimensions of 960 to 1136.
Comments
Here is more information:
http://appcodingeasy.com/Gideros-Mobile/Difference-between-content-logical-and-device-dimensions-in-Gideros-Mobile
What you probably need is to use application:getContentHeight()
My project for default use 960 height .
My app will run on iphone 4 or iphone 5.
My soluction is getdevice info check if is iphone 5, if yes, change the LogicalDimensions of 960 to 1136.
This work to me
Likes: hgvyas123
tks