Im a little bit confused on how to use viewport to make androids view as mobile pages view as mobile rather than a web page (having to scroll left/right zoom in etc)?
Has anyone had any experience with this?
iv currently set it to:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
but i dont know if this is right or not due to not owning a android device and not being able to get an internet connection on android emulator
Has anyone had any experience with this?
iv currently set it to:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
but i dont know if this is right or not due to not owning a android device and not being able to get an internet connection on android emulator
Comment