I read about viewport that it change the logical window size used when displaying a page on iOS, Android, Opera and Firefox mobile browsers, and that we use the viewport meta tag to set the width and initial scale of the viewport.
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
I tried the example without viewport and the one with viewport
on my Galaxy S II cellphone, and I didn't notice any change! Also I tried to zoom-in the content but it doesn't zoom. I put user-scalable= yes
in the content attribute, but it still doesn't zoom-in!
Note: I use PhoneGap to run the HTML file on my phone.