Confirmed, I do replicate the problem exist
Safari Version 14.0.1 (15610.2.11.51.10, 15610)
1.20.9
regards,
Confirmed, I do replicate the problem exist
Safari Version 14.0.1 (15610.2.11.51.10, 15610)
1.20.9
regards,
Solved, by adding .oncomplete... not right, but at least this is a temporary solution:
createsound(flame1, 'flame1.mp3');
set(sound[flame1].oncomplete, "createsound(flame1, 'flame1.mp3');");
Dear All,
createsound(flame1, 'flame1.mp3');
...
playsound(flame1); - OK
At later stage if I call "playsound(flame1);" once again it gives "WARNING: playsound: no sound with name 'flame1' found!", meaning it's possible to play it only once.
How to keep it for multiply usage?
regards,
Granton
Dear Klaus,
We just figured out, that after iOS update to 13.5 the gyro2 inside <iframe> stopped working (tested on krpano 1.20.7).
console: "Blocked attempt to add a device motion or orientation event listener, reason: Source frame did not have the same security origin as the main page."
even once DeviceOrientationEvent.requestPermission() is granted well
Same project works well on 13.3.1 iPad and 13.4.X iPhone as before.
Is there any addition workout possible? Thank you
Best regards,
Granton
plugin[gyro].resetSensor(X); will help
regards,
Hello Tuur,
Have you found any solution please?
regards,
Granton
Hello All,
Found the solution - set(plugin[gyro].enabled, true); is a must (even it was enabled before) with onclick event
regards,
Granton
Hello All,
Reporting about gyro issue - just been updated to 13.1.3 and gyro stop working (1.20.2/https/etc) as there is no motion&orientation permission dialog request. At the same time when I enters WebVR, the motion&orientation request dialog appears fine and it works once allowed.
Also, when using videoplayer.xml from 1.19.pr16 no user interaction is needed when video is muted, while with 1.20.2 it is needed in any case (13.1.3 Safari) - keep using old videoplayer.xml with 1.20.2 as of now and it's just fine.
regards,
Granton
Hello spacerywirtualne,
What is a meaning of this error in console?ERROR: html5soundpos - TypeError: Argument 1 of PannerNode.setPosition is not a finite floating-point value.
regards,
Finally and WOW, very impressive Tuur!!!
10 points
Hi)
Is there way to call "load_object_json" from outside the Krpano three js plugin? I tried calling it from Krpano XML JavaScript action and it fails. I want to add some three js models dynamically.
krpano.set("plugin[threejs].action_to_call", action_to_call);
Update: Solved by changing to loadscene(scene_name); instead
Dear Colleagues, Klaus,
pr16 - black-screen after every loadscene(scene_name, null, null, COLORBLEND(1, 0x000000, easeOutSine));. Sound is OK, but no picture even if I switch to previous/next scenes. Same issue in EVERY browser Safari/FF/Chrome and native WKWebView!
Thanks to the latest iOS 11.3.1 update...Everything worked perfectly before update from 11.2.x.
Update: Solved by changing to loadscene(scene_name); instead
Warm regards,
Hello,
Is there any way to use HTML elements styled with CSS but dynamically positioned on the screen depending on the camera orientation?
regards,
Granton
Nope, the video playback issue is still there on Safari Desktop/MacOS
Yes, it was confirmed here - https://krpano.com/forum/wbb/inde…73690#post73690
Hello All,
Facing same issue with video play in latest Safari 11.0.2 and pr14(13/12/10 also). Any solution please?
Dear Sirs,
Have you found a solution?
onloaderror issue described above seems to be not supported even in 1.19-pr12...
regards,
Granton