jamesla / backgroundvideo

A simple Cordova/Phonegap plugin to capture video and then display it onscreen via a transparent overlay without affecting app functionality.
Other
19 stars 34 forks source link

Camera not opening #18

Closed OlegWarkentinWeb closed 7 years ago

OlegWarkentinWeb commented 7 years ago

Hay, I try to use this plugin on my iphone 5S.

I have a simple start function, but the camera dont open.

Maybe i need a permission? Or is the plugin not working anymore?

regards Oleg

jamesla commented 7 years ago

Hi Oleg yes it is usage permissions. I have just added a hot fix that will add defaults but ultimately you will probably want to add your own for NSMicrophoneUsageDescription and NSCameraUsageDescription in your plist file.

Remove and add the plugin and you should be working again.