iOS11 getUserMedia with apple web-app not working

前端 未结 2 1593
清歌不尽
清歌不尽 2020-12-16 06:35

Edit: Duplicate of How to access camera on iOS11 home screen web app?

I\'m running into a problem with using a apple web-app together with camera ac

2条回答
  •  死守一世寂寞
    2020-12-16 07:35

    The navigator.mediaDevices.getUserMedia function is back in iOS 14.3 which got out yesterday. (Make sure you are not using the navigator.getUserMedia which is deprecated).

    We'll be using it in Cordova, I'll update this post if we find some instabilities.

    Don't forget to use the playinline attribute in your element if you don't want the video to start in fullscreen.

提交回复
热议问题