Is it possible to force an app to display a site in normal resolution instead of large?
I am building an app which contains non-dynamic imagery – so I need to add additional stylesheets for each of the main screen sizes, the test phones I have been working with displayed the screen as a 320px wide until I upgraded the version of jquery library I had been using and it now displays as a 420px size.
I’m happy to make style sheets for both, but as it looked fine in the first place so I wonder whether it is possible to force the width to stay at 320? It would just save me a task and make the app lighter.
Any suggestions?
Cheers
Paul
As you are building site for mobile browsers, there is a direct way to list the width for your site, and the phone’s browser will resize it accordingly to device specs.
Try
Specific to your case