Reputation: 286
Am trying to resolve an issue with my website , which when opened in iphone 4s is failing to re-size to viewport.
The website is not responsive and the expected result in mobile device is to have the complete website re-sized to the viewport. Below are the things i tried
Am i missing somthing!!!
thanks
Upvotes: 3
Views: 3094
Reputation: 2277
Have you tried this?
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1., user-scalable=no, target-densityDpi=device-dpi" />
Upvotes: 1