juanmaoyarzun edited a comment on issue #706:
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/706#issuecomment-866370851


   Usa el plugin **ionic-native/diagnostic** + **cordova.plugins.diagnostic** 
ejecuta request permission de lo que necesitas y problema resuelto.
   
   ```
     requestPermissions(): void {
       this.diagnostic.requestCameraAuthorization()
         .then((res) => console.log('camera access', res))
         .catch((err) => console.log('camera error', err));
     }
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to