oakmac / chessboardjs

JavaScript chessboard
https://chessboardjs.com
MIT License
2.01k stars 408 forks source link

recommended css to prevent "save image" dialog from popping up #247

Open strnbrg59 opened 11 months ago

strnbrg59 commented 11 months ago

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.