Why is iphone Simulator not rendering HTML5 page correctly?
Posted
by user364978
on Stack Overflow
See other posts from Stack Overflow
or by user364978
Published on 2010-06-11T22:44:43Z
Indexed on
2010/06/11
22:53 UTC
Read the original article
Hit count: 235
hello all,
I have a page I am developing in .net using HTML5 intended for a WebView in an iphone App. The page looks just fine in Safari. When I load it in the iphone Simulator it is rendering as plain text, no styles or js loading. I thought it might be an issue with .net, but seeing as it works in Safari i am stumped. When I use the XHTML doctype it works just fine in the Simulator. Any ideas why this is occurring and what the fix may be? Thanks!
© Stack Overflow or respective owner