Hi:
I have some actions defined in a CRM Extensions API Card.
I need one of them to open a new tab (target _blank), instead of IFRAME.
The reason is because I use a webRTC camera object in that URL.
If not, IFRAME should have an attribute (allow=“camera;microphone”), as explained here
Any ideas to achieve this? ![]()
Ugly solution: to load some content in the iframe, and the user have to CLICK in some button… but it’s ugly solution ![]()