yoannmoinet / nipplejs

:video_game: A virtual joystick for touch capable interfaces.
https://yoannmoinet.github.io/nipplejs
MIT License
1.78k stars 185 forks source link

[BUG] #206

Open Catastrophicgame opened 1 year ago

Catastrophicgame commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'example'
  2. Click on 'double tap and while holding second tap, tap with another finger somwhere else'
  3. First nipple gets stuck

Expected behavior I expect that shouldnt happen

Same thing happens in my project you can reproduce this bug in example on github.

Additional context Works as expected on iphone on safari and on chrome

14725 commented 1 year ago

See https://github.com/yoannmoinet/nipplejs/issues/31, https://github.com/yoannmoinet/nipplejs/issues/72,

If these are same ... nevee fixed?

Catastrophicgame commented 1 year ago

I think it different , than issues #31 and #72, i think its related to android device , because it works fine on iphone , here is what happens in example if i do it Screenshot_20230319-113902_Chrome

I just doubletap to start first nipple and while still holding second tap from double tap, tap again somewhere else to start second nipple , and first nipple gets stuck.. also its same thing if i have both nipples static , like i did in my own project, so its not related with creating or destroying nipples like in issue #72 ..