Hi, all,
I made an html page that has an tag with type equals "text". When I click in it using Safari on iPhone, all the page becomes larger (auto zoom). Does anybody know how to disable it?
Regards,
Eduardo
Hi, all,
I made an html page that has an tag with type equals "text". When I click in it using Safari on iPhone, all the page becomes larger (auto zoom). Does anybody know how to disable it?
Regards,
Eduardo
Give this a try:
<meta name="viewport" content="width=device-width, user-scalable=no" />