-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile Play #9
Comments
Hi, Add the code below at the beginning of the main.js file : function touchHandler(event) {
} function init() { and at the of the file add : init(); Should work now on mobile devices..... |
Maybe you could port chess-ai from "chessboard" to "chessboard2" (https://github.com/oakmac/chessboard2) ? It has much better mobile devices touch support. It even works with Amazon Kindle devices. |
I created a page on my site at https://boredhumans.com/chess.php using your program, but it is hard to get the pieces to move on my iPhone. I can't drag them like on PC, I have to click the piece first (which then makes a giant sized version of it pop up which I then have to click again get off the screen) and then click where I want it to go. Any suggestions on how to improve that?
The text was updated successfully, but these errors were encountered: