Search code examples
aframe

why does my a-link in aframe make the entire scene a hyperlink? I just want the portal itself to be a hyperlink


Here is the project page (live example): https://aframe101.glitch.me

Here is the code: https://glitch.com/edit/#!/aframe101

When I add in the a-link element:

<!--        INTERACTION PORTAL-->
      <a-link
        href="https://activereplica.com/Cn8Uifp/open-house-room-b"
        position="0 1 -2"
        title="My Homepage"
        image="https://cdn.glitch.com/ef233944-f592-4f96-a70c-01d0c5ce72e3%2FGevurah%20Title%20Card.JPG?v=1606935089024"
        on="click"
      ></a-link>

Anywhere I click on my screen sends me to another website.

I just want to navigate to another website if I click on the portal itself. Please help!


Solution

  • in 1.1.0 portals are no longer supported; its just changed to a link property.