I use Corona-3205 Native sample “SimpleLuaExtension” to print “display.safeScreenOriginY”.
It always shows zero ( build with XCode), that different with Corona Simulator and running on iPhoneX device build with Corona Simulator.
I’ve set:
UILaunchStoryboardName = “LaunchScreen”
width = 768,
height = 1024,
scale = “zoomEven”
print(display.safeScreenOriginY) shows:
on Corona Simulator: 27.093595504761
on iPhoneX build with Corona Server: 27.093595504761
on iPhoneX build with XCode(Corona Native): 0
Can anyone help me?