[Webkit-unassigned] [Bug 260259] Video texture not updating after entering WebXR mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 1 11:11:10 PST 2024


https://bugs.webkit.org/show_bug.cgi?id=260259

--- Comment #6 from Daniel Rossi <electroteque at gmail.com> ---
pseudo code. the platform detected goes between Ipad and MacIntel.

onSessionStart() {
          //force play for visionOS
          if (this.isIpad) {
           // this.video.play();

            const handlePaused = () => {
                this.video.removeEventListener("pause", handlePaused);
                this.video.play();
            };

            this.video.addEventListener("pause", handlePaused);


        }
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240301/df904759/attachment-0001.htm>


More information about the webkit-unassigned mailing list