Inline HTML5 support for iPad?

  • Not sure, but are you talking about using an iframe?

    and perhaps a script like this?


    <script language="JavaScript" type="text/javascript">
    //<!--<[CDATA[

    var ua = navigator.userAgent.toLowerCase();

    if(ua.indexOf("ipad") >= 0 || ua.indexOf("iphone") >= 0 || ua.indexOf("ipod") >= 0)
    {
    window.location = "iphone-version.html";
    }

    // ]]> -->
    </script>

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!