Sure - it's a Chrome bug - see these threads for more information about updated plugins:
Possible gyro issue with Chrome 65 for Android.
Webvr not working with Chrome's latest updates
Thank you so much, Klaus ! You're the best ! Cheers
Sure - it's a Chrome bug - see these threads for more information about updated plugins:
Possible gyro issue with Chrome 65 for Android.
Webvr not working with Chrome's latest updates
Thank you so much, Klaus ! You're the best ! Cheers
Hello Klaus !
I've noticed that since the last Chrome update ( 65 ) the gyroscope is not working anymore on my Samsung smartphone.
http://www.prismamediaxrlab.com/tour-de-france/
Can you tell me if you already know this issue ?
thank you very much !
Hello !
Is there a way to disable the gyroscope / accelometer sensor in WebVr plugin ? I need to control the hlookat and vlookat this way :
set(time_reached_4,false);
asyncloop(time_reached_4 == false, if(plugin[video].time GT 112, set(time_reached_4,true); set( view.hlookat, 60); set( view.vlookat, 0 );));
Unfortunately i cannot do that if the gyroscope is always active in the WebVR plugin. Can you help me, please ?
thank you so much !
regards
set(time_reached,false);
asyncloop(time_reached == false, if(plugin[video].time GT 10, set(time_reached,true); ...add your hotspot now... ));
Hi Klaus !
Is this solution working with the last videoplayer.js version, or it is compatible only with the videoplayer.swf ? Is there another way to control the loading of hotspots ( or other elements ) when time has rechead a certain point ?
Thank you so much !
Best regards !
Hi Klaus !
Thank you for your answer !
Best regards !
Hi there !
Someone knows if there is a way to play and sync two videos in the same web page with the krpano video player plugin ( HTML5 ) ?
thank you so much !
Max