Cordova camera plugin permission denial in android 6.0

五迷三道 提交于 2019-12-04 16:07:23

Thank you guys. The problem is fixed. The problem was with my cordova version. I was using cordova 6.0.0 . Now I updated the cordova version to latest (6.1.1). Now it is asking for permission. Thank you for your support.

If another fellow is breaking his head with this, only this works for me:

Only by adding this tag to config. < preference name="android-targetSdkVersion" value="22" >

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!