Karina Ayoub
Karina Ayoub

Reputation: 53

Safari 300ms delay Apple devices

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

Answers (1)

Desmond Weindorf
Desmond Weindorf

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

Related Questions