slycrel / JSTileMap

TMX Map viewer for SpriteKit
Other
212 stars 34 forks source link

gestures dont work on test example for iphone in simulator #36

Closed tibnew closed 9 years ago

tibnew commented 9 years ago

I checked out latest version of JSTileMap project and ran it on iphone simulator. When i double tap nothing happends. Other gestures dont seem to work either. I checked connections from gestures to view and to handlers and everything should work correctly. Not sure what i am doing wrong. Could you check this?

slycrel commented 9 years ago

It's been a while, but I think that the current test code only works on the iPad simulator, not on the phone simulator.

tibnew commented 9 years ago

It seems that my iPhone simulator glitched. Touch events started working after simulator reboot.