Hi all,
I am starting work on making grit work on 1024x600 screens. To accurately emulate that screen in the browser, I need to know more than just the pixel width & height. Screens have different pixel sizes across devices e.g if you were to consider a 1cm x 1cm square on an iPad retina screen, it would contain a lot more pixels than a 1cm x 1cm square on an older screen (e.g. from an iPad 1 or old android device).
Devices try to plaster over these differences by telling the apps white lies about how many pixels they have to work with - generally this is a good thing and makes life easier for developers but there can be differences across devices.
So I would like to get access to two things
1) Detailed specs of the device, in particular the `device pixel ratio` & `font scale factor`
2) screenshots **of grit** running on the device - as well as telling me what build of grit the device is running. This will let me match my screen to the actual screen by eye.
cheers
/Eoin/