aframe-super-hands-component icon indicating copy to clipboard operation
aframe-super-hands-component copied to clipboard

Cannot start video on mobile

Open wmurphyrd opened this issue 6 years ago • 0 comments

Migrating from discussion on #71 w/ @JP-Dorman

Progressive controls creates artificial duplicates of mouse and touch events and emits them where super-hands can see them, but this takes the reaction outside of a trusted event, so mobile browsers ignore attempts to start video.

Need to replace the event repeater with an option within super-hands to register listeners directly on the canvas.

Additional info: https://stackoverflow.com/questions/25095769/force-video-autoplay-using-chrome-browser-on-mobile-devices

wmurphyrd avatar Oct 20 '17 14:10 wmurphyrd