Real wear HMT-1

  • Hi,

    then that means that device is reporting wrong gyro values or wrong screen orientation values to the browser...

    I will consider adding an API for forcing a custom screen orientation or applying a custom additional rotation...

    Maybe you could try also that hack:

    Code
    (window.screen=JSON.parse(JSON.stringify(window.screen))).orientation={type:"portrait"}


    Call that JS code before embedding krpano.
    That code would overwrite the 'screen' object and set a custom screen orientation, instead of 'portrait' you can also try 'landscape'.

    Best regards,
    Klaus

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!