Can we check if user allowed access to camera? (for Native app)

Would there be a way for a web app to check if the user allowed access to the camera?
I’m building a camera app, so my app need’s access to the user’s camera

If they decline access, then I want to show a message that shows them how to allow access by going to Settings on their phone.

Would this be possible?

@cho have you figured this out ? I’m trying to do the same thing

No, it’d be nice to get some help.

That’s something you would do with Phonegap (or other Cordova service). After you make your native app in Bubble, you’ll package it and port it to Phonegap. It’s owned by Adobe (damn) and free (yay). @natedogg has a course that explains it.

The reason you create a native app is so you don’t have to rewrite everything [for phone access] when new hardware is released. That becomes Phonegap’s problem.

Native is also favorable upon by the all knowing, all seeing, Google algorythm.

1 Like