I deployed a simple experience and deployed it as webpage. I am trying to open a URL into a new tab from it.
I tried the following:
- On button click (in the experience) → overall experience → Call URL→ URL = https://ign.com
- Create a HTML Frame with the following code:
<body class="IntuifaceDefault">
<a href="https://ign.com" target="_blank" style="font-size:50px">
Open URL
</a>
</body>
Both methods do NOT work. Nothing happens.
Is there any way to accomplish this? Maybe API?
