I’ve tested with an iPad and a droid tablet. If I save the file on my desktop and then access it it doesn’t get displayed right. However, if I upload the file to my website it does get displayed right.
By displayed right/wrong I mean the following:
DISPLAYED RIGHT
-
supports viewport tag
-
android’s browser doesn’t crop the page
DISPLAYED WRONG
-
viewport tag is not supported
-
android’s browser does crop the page
Did a thorough looking at of the headers which were basically all coming back like this:
HTTP/1.1 200 OK
Date: Thu, 05 Jan 2012 17:35:57 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Content-Length: 99342
Found that the pages worked right if I set up another virtual directory in iis and accessed them there. It turns out the problem had to do with the system putting the content into an iFrame before responding.