Aframe: Mobile touch causes "click" to be called twice

Created on 25 Apr 2019  路  3Comments  路  Source: aframevr/aframe

It looks like Issue #3297 came back with 0.9.0. @khlevon98 noticed this as well and wrote a handy codepen (see below) to demonstrate the problem. This only happens on mobile, desktop clicks are fine.

Most helpful comment

Guys I found some solution for this bug, if you will set cursor="fuseTimeout: 0;" (default value of fuseTimeout is 1500), it will work correct.
The problem is on this part of code:
image

All 3 comments

Guys I found some solution for this bug, if you will set cursor="fuseTimeout: 0;" (default value of fuseTimeout is 1500), it will work correct.
The problem is on this part of code:
image

Issue persists in 0.9.2. The solution provided by @khlevon98 resolves double tap.

@khlevon98 gracias por la soluci贸n.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jcarpenter picture jcarpenter  路  4Comments

beyerz picture beyerz  路  3Comments

greggman picture greggman  路  4Comments

AdrienPoupa picture AdrienPoupa  路  6Comments

RangerMauve picture RangerMauve  路  4Comments