nnickoloff1234

Results 4 comments of nnickoloff1234

I will try to investigate a bit more and provide proper steps to replicate They disappear during the game, while we are playing. Like it flashed for a second and...

Unfortunately don't know how to test and reproduce this without buying that specific hardware. If I had to shoot in the dark I would remove "touchmove" from this array: https://github.com/gbtami/chessgroundx/blob/fbc577b557e37efcdec76212910c08d1b1e02126/src/types.ts#L227...

If above change fixes the problem, but as a side effect somehow breaks something else related to pocket then I would suggest this line to be changed instead: https://github.com/gbtami/pychess-variants/blob/03e2dbf45d8fd9c9889477aab42185046926595f/client/editorCtrl.ts#L96 To...

i wrote my above comments assuming these touch* events are irrelevant, redundant and useless and tablet stuff would trigger appropriate mouse* events as well, so we don't need that touch...