webvr-polyfill icon indicating copy to clipboard operation
webvr-polyfill copied to clipboard

DOMException: The play() request was interrupted by a call to pause()

Open cnspaha opened this issue 8 years ago • 2 comments

Everytime I push the backbutton on my Android Xperia Z5 I receive the following error, when the release() function of the AndroidWakeLock is called.

"DOMException: The play() request was interrupted by a call to pause()."

Any idea how to prevent this?

cnspaha avatar Mar 28 '17 15:03 cnspaha

Also the promise which is returned by "video.play()" is never resolved... :/

cnspaha avatar Mar 29 '17 07:03 cnspaha

I also run into same problems with Android Lollipop Chrome OnePlus One. When I want to start webVR mode for my existing THREE.js app, I get a black screen and this error. bildschirmfoto 2017-04-04 um 14 25 44

ManuelGraf avatar Apr 04 '17 12:04 ManuelGraf