Javascript tells me that my Galaxy S3 has a screen resolution of 720x1280 But the document is reported as 360x567.
Is it possible to get the document to more accurately reflect the screen resolution? Initial-scale on the viewport perhaps?
I don't seem to be able to manage it!
To clarify, I know my device resolution is 720px wide in portrait mode, however when putting an element on a webpage the element fills the width of the page at 360px wide because the device is using 2 hardware pixels for each css pixel. Can I stop the device from doing this?