1

I am using ionic to develop a mobile application. The application requires camera. I added Cordova camera plugin to my project. The application was working fine lower Android version but it not asking permission on higher than 6.0 Android .

Anil
  • 1,087
  • 1
  • 11
  • 24
sunil kalwani
  • 636
  • 2
  • 11
  • 24

1 Answers1

0

For compatibility of olders plugins with devices >6.0 you can add one more plugin called cordova-plugin-compat.

enRaiser
  • 2,606
  • 2
  • 21
  • 39