> > > I think this is an interesting "hack" or proof-of-concept as you say, but > not the approach I would take. Firstly screen resolution is not a reliable > way to determine the nature of a device on its own; my mobile has only as > 12cm screen but the resolution is full HD (1920x1080) and so you would have > to query for other information (pixel density, physical size...). > >
> <meta name="viewport" content="width=device-width, initial-scale=1, > maximum-scale=1, user-scalable=0"/> > >From what I understand, including this tag inside the head of index.html would report your mobile as being 960x540 if its pixel density is 2. This method on its own renders low-res images thou but images not being a big part of tryton, I guess we can go with that approch to start with and then apply the apple "@x2" trick to accomodate highres devices later if the rest of the concept is approved.
