Monday, 15 July 2013

css - viewport doesn't work in android Chrome -



css - viewport doesn't work in android Chrome -

i want page same in both android , desktop under same resolution e.g 1280*720 added:

<meta name="viewport" content="width=device-width, target-densitydpi=device-dpi, user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1" />

but while page looks perfect desktop google chrome, displayed partially in mobile android browser. $(window).width returns 1280 desktop chrome returned 360 in android chrome (the resolution desktop , android phone same 1280*720).

css responsive-design viewport

No comments:

Post a Comment