Posts by nicopowa

    I'm running KRPano in this ancient browser (2014 :), inside a VM.

    device is detected as iPad/DesktopMode, and the viewer only listens to gesture events.
    my first scene starts correctly, keyboard control is working, but mouse controls and hotspot clicks are disabled.

    Here's what i did to force mouse listeners with no luck :
    - embed touchdevicemousesupport option but it's enabled by default
    - overwrite device infos
    - savage replace userAgent
    - disable and enable "usercontrol" on control tag after pano load

    user agent : Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/600.8.9 (KHTML, like Gecko) Version/8.0.8 Safari/600.8.9

    device infos :
    desktop false
    mouse false
    mobile false
    handheld true
    touch false
    tablet true
    mac true
    ipad true
    safari true v8.0.8

    Hi,

    i added a remove sources method in videointerface.xml :

    Code
    <action name="videointerface_removesources">
        trace('remove sources');
        set(skin_video_setup_done, false);
        loop(videosources.count, videosources.removearrayitem(0););
    </action>

    in my videopano.xml file :