Question

It resizes perfect to android but it still looks like a full page in iphone so the text is really small, I ve tried everything I found about it but no luck.

this is the viewport setting right now

<meta name="viewport" content="width=device-width" />

thank you guys, i ll appreciate any help.

Was it helpful?

Solution

Try adding 'initial-scale=1' to the viewport tag:

<meta name="viewport" content="width=device-width,initial-scale=1" />

And you can read more about the viewport tag on Apple's developer site

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top