I have a added to the \"viewport\" meta tag \"width=device-width,initial-scale=1.0\" and on an iPad the page loads up fine in landscape mode, the i
\"viewport\"
\"width=device-width,initial-scale=1.0\"
When you say it scales the page up, is that all elements, or just the text font size?... For fixing the font size you can use:
html { -webkit-text-size-adjust: 100%; }