Hi everyone.
I checked display.pixelHeight and display.pixelWidth values on my iPhone 6 plus.
It returns that the following values.
Version 2015.2650 (2015.6.11)
++++++++++++++++++++++++++++++++++++++++++++++++++++++
Device iPhone 6plus Standard[Settings -> Display & Brightness -> View]
++++++++++++++++++++++++++++++++++++++++++++++++++++++
Jun 14 16:33:40 iPhone TestScreenSize[6986] <Warning>: display.pixelHeight:1481
Jun 14 16:33:40 iPhone TestScreenSize[6986] <Warning>: display.pixelWidth:834
++++++++++++++++++++++++++++++++++++++++++++++++++++++
Device iPhone 6plus Zoomed[Settings -> Display & Brightness -> View]
++++++++++++++++++++++++++++++++++++++++++++++++++++++
Jun 14 16:30:45 iPhone TestScreenSize[6975] <Warning>: display.pixelHeight:1635
Jun 14 16:30:45 iPhone TestScreenSize[6975] <Warning>: display.pixelWidth:921
But Corona simulator shows the following values.
++++++++++++++++++++++++++++++++++++++++++++++++++++++
Corona Simulator
++++++++++++++++++++++++++++++++++++++++++++++++++++++
2015-06-14 16:31:41.276 Corona Simulator[5299:3066990] display.pixelHeight:1920
2015-06-14 16:31:41.276 Corona Simulator[5299:3066990] display.pixelWidth:1080
I really want to the values on the Corona Simulator.
Dose somebody know how I can get them?