How to open URL from a Web Deployment

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?

Hello @abijaudi,

This can be accomplished via a custom Interface Asset. The “Guided Selling - Questionnaire” Sample has a custom interface asset like this. It is called OpenWindow.

When you touch the coffee cup a prompt will show to tap and it will open the URL in a new tab. Here is what the trigger looks like:


Note: This is not an “official” interface asset, so updates/fixes may not be made on it.

Here is how to Reuse an Interface Asset from any Experience

Thanks,
Ryan