html5 version not available

  • I tried the new viewer, changed html5 to prefer in html, but I only get the error: html5 version not available.
    I do not know why, checked the documentation, tried with Android 4.1.2 on Chrome, Firefox Beta. It works with Maxthon and Android-Browser, but then its flash.

    Thank you for your help.
    Felix


    http://www.360virtualtour.ch/test/ting-test/ting-test.html


    <!DOCTYPE html>
    <html>
    <head>
    <title>krpano.com - ting-test</title>
    <meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <meta http-equiv="x-ua-compatible" content="IE=edge" />
    <style>
    @-ms-viewport { width: device-width; }
    @media only screen and (min-device-width: 800px) { html { overflow:hidden; } }
    html { height:100%; }
    body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
    </style>
    </head>
    <body>

    <script src="ting-test.js"></script>

    <div id="pano" style="width:100%;height:100%;">
    <noscript><table style="width:100%;height:100%;"><tr style="valign:middle;"><td><div style="text-align:center;">ERROR:<br/><br/>Javascript not activated<br/><br/></div></td></tr></table></noscript>
    <script>
    embedpano({swf:"ting-test.swf", xml:"ting-test.xml", target:"pano", html5:"prefer", passQueryParameters:true});
    </script>
    </div>

    </body>
    </html>

Participate now!

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