It's the first time for me when I make a responsive design of website. I have a problem with smartphones.
I am using following meta-tag for make website "zoomed in" load. (i followed https://stackoverflow.com/a/12785631/1716195 )
<meta name="viewport" content="width=device-width; minimum-scale=0.5; initial-scale=0.5; maximum-scale=0.5; user-scalable=yes;" />
I also tried
<meta name="viewport" content="width=320; minimum-scale=0.5; initial-scale=0.5; maximum-scale=0.5; user-scalable=no;" />
and
<meta name="viewport" content="width=320; minimum-scale=0.5; initial-scale=0.5; maximum-scale=0.5; user-scalable=no;" />
It works fine for me on Samsung Galaxy S - ICS, default browser. But if same page is loaded with HTC Desire HD Android 2.3.5 default browser, it loads page as zoomed out.
Same problem I have, when I load same page on my SGS, using a Mobile Opera
I really don't know, where the problem could be. Do you have any advice what to focus on?
So I decided problem must somewhere in browser or viewstate. I 'll be glad for any advice