iOSHTMLViewer Content Microscopic

I load standard HTML which displays fine in a regular desktop browser. When I do the same in an iOSHTMLViewer, the text is microscopic. Is this an expected behavior?

Actually, unless your HTML has CSS that sets specific fonts/sizes, that IS the expected results… and its (in this case) NOT the fault of “Xojo for iOS”… I just wrote a SWIFT app that uses the WebViewer and got the exact same results as you posted… so its the internal iOS control, not Xojo in this case.

Thanks Dave. It’s nice to know I’m not the only one experiencing this.

Adding this should fix the issue:

<meta name="viewport" content="initial-scale=1.0" />