htmltextmobile

Some HTML pages text scaling on mobile and others not


I have a web site for my business coded entirely in HTML. No CSS at all. The problem is that every page except my index.html home page is scaling the text (on Android) and reflowing it so that it is a readable size on the page.

So my question is: how would I go about making my web site display properly on mobile devices using only HTML?


Solution

  • Have you evaluated if using a viewport meta tag would suffice for your needs ? https://developer.apple.com/library/safari/documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html

    I believe chrome supports the viewport tag as well.