JavaScript, iPhone: Repeat Action while Holding Button
Posted
by Doug
on Stack Overflow
See other posts from Stack Overflow
or by Doug
Published on 2010-04-24T05:47:12Z
Indexed on
2010/04/24
5:53 UTC
Read the original article
Hit count: 191
JavaScript
|iphone
I am working on a website which I would like to work on iPhones, however I want it so they can tap and hold a button and have it continue firing the onclick event. I got it to work in other browsers, but the iPhone is the only one that will need to hold down the button. Is there a way to repeat a function when holding down the button? Thanks.
© Stack Overflow or respective owner