Double click doesn't work on Android

Hi. I’d like to inform that double click to submit a move doesn’t work for me on Mozilla for Android. I set this in settings yet I have to submit every move by clicking a button. I’m afraid to play on a tablet without submitting, however I’m afraid I’m gonna to lose by time having to approve every move by clicking the button.

seems like the goban’s double click is powered by the dblclick event, which is not supported on many phone browsers.

Could probably be modified to just check “clicking staged stone”.

1 Like

You could check whether it works on a chromium variant, such as chrome or brave

1 Like

I’ve checked before that it works fine (on Chrome, I think). The problem is you have to actually click, i.e. with a mouse. Unfortunately most people don’t use a mouse on their phone and double tapping does not have the same effect.

@VanquisherOfMisere were you using a mouse?

3 Likes

@Feijoa I didn’t use mouse. Does it work on Chrome without mouse?

Pretty sure you need a mouse to generate a double click on Android Chrome. (I am testing with Brave.) You can try it here:

https://unixpapa.com/js/testmouse.html

Interestingly, on desktop, tapping can apparently generate a double click event. The problem on Android might have to do with how double tap does some kind of zooming thing instead of what we want.

2 Likes