Embedding web app with camera permissions

I want to embed my WebAR app that was created in replit inside of glide such that when the user is on the view, it would just load up the web app like it does on replit. However, on replit, it always asks for camera access and permissions. On glide, it seems like they are automatically declined, as the camera feed doesn’t load and I get a NotAllowedError. I have tried putting allow=“camera” in my iframe link, as well as added a meta tag in my html file on replit that allows for camera access. Not really sure what else to do - is this a glide issue?