I'm trying to test my web application in mobile Safari with a Retina display and only have access to iOS Simulator. My images are all rendering at 2x resolution. I realize that this probably makes sense on some level, but I actually want the images to render at their natural resolution.
How can I get img
tags to render at their natural resolution in Mobile Safari on an iPhone retina device? (simulator or otherwise)
UPDATE
I am not writing a native application and calling out to Safari, I'm writing a plain ol' website and I want Safari to render my img
tag images at full resolution both for retina and non-retina devices. (I'm aware, will accept and desire the fact that the image will be smaller on a retina device)