How can I add allow="web-share" in retool iframe?

I am trying to invoke navigator.share() but I noticed that retool iframe does not contain allow="web-share", how can I add this attr?

Hey @Zheng_Te! Retool runs all its Javascript in a sandbox, so I'm not sure this is possible. What's your ideal use case here? :slight_smile:

I need a "share" button that allows user to some contents to other apps (on device) with navigator.share, which requires "web-share" attr in iframe element.

Noted, thank you for sharing the additional context! I'll update this thread when we support this :slight_smile: