Beiträge von xodrive

    Hi,

    Can anyone confirm the wakelock function on iOS 10.3.2 ( with 1.19 pr10) isn't working anymore?

    Previously i used the wakelock hack, which workt like a charm:

    <!-- SPECIAL CASE END -->
    <action name="ios10_webvr_wakelock_workaround" type="Javascript" autorun="onstart" if="device.iosversion GE 9"><![CDATA[
    setInterval(function()
    {
    if(krpano.webvr && krpano.webvr.isenabled)
    {
    krpano.trace(0,"iOS wakelock hack");
    window.location = (""+window.location.href).split("#")[0];
    window.setTimeout(window.stop, 0);
    window.setTimeout(krpano.Kloader.iOSWakelockCheck, 1); // an internal API: restart pending loading requests
    }
    }, 15000);
    ]]></action>

    Now i read:
    Plugins: WebVR Plugin -> Fix: iOS wakelock support.

    On previous versions of iOS 10 it was working fine, but on iOS 10.3.2 it isn't working anymore. Even the Example tour isn't keeping the device awake: https://krpano.com/examples/119/k…tml5=only+webgl

    I've tested it on several iPhone 6+ devices with iOS 10.3.2 with Safari and also Chrome.
    We are planning to release a VR experience this week so i'm kinda stressed right now *cry*


    Can someone please look into this?