I'm trying to add a click listener (for mobile) to an a-image element that is shown in the a-scene when a certain marker is recognized. To do this I used AFRAME.registerComponent to grab the element but I think I also need a cursor to trigger the event on it. I have tried different solutions but the only one that produces an effect is to add an a-cursor element inside a-entity camera ,that places the cursor in the center of the screen, but in this way the image is clickable only when it is at the cursor circle. I would like the image to be clickable anywhere in the scene.
Can anyone tell me how to use the cursor for the whole screen?
Thanks