mobile - iPhone not resizing my website to its viewport size (non responsive) -
am trying resolve issue website , when opened in iphone 4s failing re-size viewport.
the website not responsive , expected result in mobile device have complete website re-sized viewport. below things tried
- no viewport meta tag set : works in android, not working in iphone.
- added viewport width = device-width : works in android, notworking in iphone.
- added vieport width=980 : works in android,not working in iphone.
- added viewport width=device-width,initial-scale=1.0 : works in android, not working in iphone.
am missing somthing!!!
thanks
have 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" />
Comments
Post a Comment