webvr-polyfill
webvr-polyfill copied to clipboard
DOMException: The play() request was interrupted by a call to pause()
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?
Also the promise which is returned by "video.play()" is never resolved... :/
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.
