Open ScratchCoder135 opened 2 years ago
android chrome does not allow autoplay of videos without user interaction.
easiest is to setup a click event somewhere that calls video.play()
- only then you'll actually trigger your play
event which does the inference.
Samsung Internet Browser unsupport?
I've made a Node JS express app,with FaceAPI as client-Side Js.It's good on Windows 10,but when I test the app on Samsung Browser,there is no camera active.Do I have to code something that ask for permisssion or something?