Unwanted touch events
When my app is about to start during loading all touch events the user produces piles up and then when the game starts all those touch events gets sent one after each other causing a bunch of unwanted touch events when the game just have started.
I've tried to enable ignoring touch events, disable user interaction for the view and a lot of other things and I just can't find out what causes it!
Anything I can do about it?
Thanks in advance.
|