thank you so much will check in the wrapper for those permissions
Hi @lola
Iām currently implementing the Daily Video Chat plugin inside a Bubble Mobile Native (Beta) app for Android, and Iām running into a very specific issue related to camera and microphone permissions inside the WebView.
The video call works on desktop browsers.
However, this happens:
-
When the meeting starts, Daily shows the usual āAllow access to camera and microphoneā screen.
-
This screen appears for less than one second, and immediately disappears.
-
Then I get the message āMicrophone not detectedā, which also flashes for less than a second.
-
Finally, the call gets stuck with a loading spinner and never connects to the camera or microphone.
-
The native Android permission dialog never appears, so the user cannot grant access.
It matches the behavior of WebRTC when the WebView does not expose getUserMedia() permissions, or when media capture is silently blocked.
I have already enabled all the native permissions in: Settings - Native Mobile -Device permissions
Camera access
Microphone access
Photo library access
Location services
But the permission popup still never shows inside app
Hi @monica3, thanks for reaching out!
Daily video chat plugin only works on the web. It isnāt compatible with the native mobile beta with Bubble.
Some teams have made it work on mobile by using a webview wrapper around a standard Bubble web app, including tools like https://median.co. But the Daily plugin itself will not run inside the Bubble mobile app today, and thereās currently no ETA on when it might be adapted for Bubble Mobile.