stockfish-chess-web-gui
stockfish-chess-web-gui copied to clipboard
History not changing well in mobile
History not changing well in mobile. When I try to click in history, the history play doesn't appears well in Mobile. In Desktop it's working well. I recomment this.
In file js/board-init.js, line 62, comment loadBoard:
$('#game-turns-history li span').off().click(function() { var turnN = parseInt($(this).attr('turn')); console.log('History: show turn ' + $(this).attr('turn')); moves = JSON.parse(localStorage.getItem('boardHistory')); console.log(moves[turnN-1]); //loadBoard(moves[turnN-1], true); });
Hello!
Thank you for your bug report. We have assigned you to fix this bug if you have time. Our team is highly occupied with other projects at the moment.
All the best!
Done with this pull request: https://github.com/LabinatorSolutions/stockfish-chess-web-gui/pull/28