phonegap / phonegap-plugin-media-stream

Apache License 2.0
33 stars 21 forks source link

mediaDevices doesn't exist on my iphone #22

Open xufeng1023 opened 6 years ago

xufeng1023 commented 6 years ago

I looped through navigator as below code for(var ojb in navigator) { document.write(ojb + '\n') } it turns out that there's no mediaDevices.