I am trying to port my game to IOS with cocoonjs, and it's been working entirely fine, except for one problem. When I press anywhere on the screen, it is like I pressed on the point I tapped previously. (if it helps, all of my touch input is done through Impactjs-gui, http://impactjs.com/forums/code/impact-gui)

So let's say I start the app and tap on button A. Nothing will happen. Then if I tap on button B it will be as if I tapped on button A. Then if I tap on button C it will be as if I tapped on button B, etc.

It works on my laptop when I click on the buttons, just not the Ipad. Any help is appreciated!