Click on Help & Support and contact the staff directly with your suggestions.
Most Recent
Forum Legend
Following
New Comments
Locked Topic
Pinned Topic
1) Make it so the next game button isn't mext to the options button for resign, offer draw, ect.
Seriously. I was trying to resign a game, and i accidently hit the next game button at the same time as the options button. I didn't know as the next game button usualy takes a little while to respond, while the options menu apeared quickly. When I pressed the resign button, a split second before I confirmed the "are you sure" dialogue, it went onto the next game, and resigned that game instead, which I was winning! So now my rating has gone down because of that. Please fix in the next update.
2) Make it so an "are you sure?" dialogue appears when you accidently hit the back or home button in live chess.
It really annoys me when my thumb just slides across the button and I lose on time because I can't get back onto the game. I'm sure it's just a few lines of Java code to add to the app anyway, something like:
void onPause(){
if(!(confirmInDialogue("Are you sure you want to go back?"){
resume();
}
}