To stop an iPhone from automatically resizing text on a webpage use:
html { -webkit-text-size-adjust: none; }
You must be logged in to post a comment.