html - Apple Safari Buttons onclick takes to long -


i have simple system register present @ party. created easy numkeypad buttons, , works. when try in safari (or other mobile browser), takes second before can press next button. has quick, long.

is there way shorten "waiting" time between button presses.

click events delayed in mobile browsers due fact browser has ensure user isn't double-tapping or tap-holding element.

i have written jquery plugin can handle touch , mouse events in convenient way, , allows bind 1 event trigger without delay (tap). can check out here:

https://github.com/benmajor/jquery-mobile-events


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -