Microphone access in Mobile Native Webview

Has anyone fully tested whether the webview in the mobile native app builder can request microphone permissions?

For example a web widget to take recordings

I would imagine that the app bundle uploaded to the App Store needs to declare microphone access in the main privileges config right?

dont know how mic works - but i got through the app stores with image upload via webview.

When you request camera access it also requests mic access by default. So you could get permission

Yes you would need to declare microphone access by adding the reason why it is needed.
I’m not sure about webview. However, there are plugins available that can be used for Bubble Native to access and record using the microphone.

We use this plugin from @nocodeventure Audio Recorder Bubble Mobile Plugin | Bubble

1 Like

Webview is able to, however due to permissions on iOS you might not get back the URL after uploading to Bubble.

Appreciate it!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.