You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like lowLag.js. It's great for reducing latency on clicks and also seems to work with ontouchstart, however I'd like to be able to stop the sound on touchend. This way a sound plays for as long as the user holds down their finger in iOS/Android. Is there a way I could implement this functionality? Ive researched a bit about webkit audio and can't find much about stopping sounds on touchend.
I've been able to make touchstart/end work as desired with https://github.com/pupunzi/jquery.mb.audio but it still has the latency problem that I was hoping I could avoid with lowLag. Any advice is greatly appreciated, thanks.
The text was updated successfully, but these errors were encountered:
I really like lowLag.js. It's great for reducing latency on clicks and also seems to work with ontouchstart, however I'd like to be able to stop the sound on touchend. This way a sound plays for as long as the user holds down their finger in iOS/Android. Is there a way I could implement this functionality? Ive researched a bit about webkit audio and can't find much about stopping sounds on touchend.
I've been able to make touchstart/end work as desired with https://github.com/pupunzi/jquery.mb.audio but it still has the latency problem that I was hoping I could avoid with lowLag. Any advice is greatly appreciated, thanks.
The text was updated successfully, but these errors were encountered: