You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think your chessboard-x.y.z.css should include the following:
img { pointer-events: none; }
It'll prevent the "save image" dialog from popping up (on mobile devices), in case the user long-presses (i.e. dawdles over) a chess piece on your board.
The text was updated successfully, but these errors were encountered:
I think your chessboard-x.y.z.css should include the following:
img { pointer-events: none; }
It'll prevent the "save image" dialog from popping up (on mobile devices), in case the user long-presses (i.e. dawdles over) a chess piece on your board.
The text was updated successfully, but these errors were encountered: