I am finding the FIT height by using the below formula
FitHeight = application:getDeviceHeight() / application:getLogicalScaleY()
This works on iPhone4 and Android devices as expected. However for iPhone 5, a black region appears on top and bottom suggesting that the FitHeight calculation has some issue. Retina display is enabled in the project setting. Am I missing anything?
Comments
My Gideros Studio is also latest (v2012.09.10).
Local Gideros Player doesn't display the black region. I tried by installing the Gideros Player on the device and the player itself didn't occupy the entire height and getDeviceHeight returns 960 instead of 1136.
Likes: vincentcmv