Currently, I am conducting a layout test for a PhoneGap application using the Framework7 framework across the Chrome mobile emulator (iPhone 6) and Xcode iOS simulator. However, I am facing difficulties with aligning the vertical layout on both simulators.
The CSS resolution of the Chrome emulator is 375x627, which I believe translates to 750x1254 due to the device's pixel ratio being '2'.
What perplexes me is that even after accounting for a 20 CSS pixel space at the top of the screen for the status bar (equivalent to 40 device pixels), the height in the Chrome mobile emulator still falls short of the native 1334 pixel height of the iPhone 6.
The calculated height of the Chrome emulator seems to be (627x2)+(20x2)=1294... making it 40 pixels shorter. Could this discrepancy suggest an error in reading the figures or perhaps Chrome's iPhone 6 device profile is inaccurate?