Reputation: 53
In my game instant clicking is very important, the 300ms delay is really screwing with my movment on IOS Is there anyway to eleminate this? There is no code involved in this one, Thanks
Upvotes: 0
Views: 257
Reputation: 288
The delay exists on mobile devices to determine if the user is tapping the screen or holding down. There are several libraries you can use to easily circumvent the issue such as FastClick.js.
Upvotes: 1