“Cordova iOS camera plugin not working when trying to open in an inappbrowser”
Note: We use inappbrowser when we have this line in the config.xml
<plugin name=”cordova-plugin-inappbrowser”/>
“I have done this successfully in Android. But in case of iOS i am not able to open camera.”
The solution is very easy! Edit your config.xml and set this line… That’s all!
<plugin name=”cordova-plugin-ios-camera-permissions”/>
By MrAddon