This is a game imitating Chrome's offline game;
demo: http://chendind.com/createjs/JumpDragon/index.html
(-W:jump, -S:bend)
Please look at my game screenshot game screenshot , when you are in a mobile device, you can't restart game by touching the "restart" button's right region, but the green region marked in this screenshot;
relative code is in JumpDragon.js, line 117;
simply like this:
restart.on("mousedown",function(){
restartGame();
});
My question is why there is a deviation? Thanks a lot!