You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I would like to implement the Camera-Module in my Ionic-App.
I use
I Followed the Instruction for implementing:
I implemented the following method:
async requestPermissions(){ await Camera.requestPermissions({permissions: ['camera', 'photos']}); return null; }
I builded, synched und runned the Program in XCode.
What I expected was, that iOS would open the configuration of the App, where I could give the app the permission to gain access to camera and photos.
Instead, I get the current permissions as a response.
So my question to you is, did I miss something? I just want to give the User a short way to set some settings for my app.
If you need further informations, let me know.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions