Currently, I am working on a school project which involves creating a webshop where users can view products in Augmented Reality (AR). I have used WebXR to add an overlay to the AR session that includes a button for repositioning the model. However, I noticed that when I click the button, both the click event on the button and the select event on the ARController are triggered simultaneously.
Is there any way to stop the controller from being activated when I click the button?
Appreciate any assistance! :)