Hi All,
I'm working on a game that I want to publish to mobile devices, and I built a couple of areas that could benefit from a more sensitive response from taps in rapid succession:
- A carousel that has an arrow on either side of the slides (<, >)
- An RPG player skill-points allocation menu (+, -)
I'm noticing that there's about a half second of delay from the first tap response to the next, and I'd like to reduce that as much as possible so that it feels much more seamless. Any thoughts?
Thanks.