I found on my scicalc app that I could get about two buttonpresses
per second, if instead of using a <button> I used a <div> tag with
onclick= and an appropriate CSS styling to make it look nice. But
it's still slow.
- Revar
On Oct 2, 2007, at 11:23 AM, creativecreek wrote:
>
> Does anyone know how to speed up button notifications?
>
> I'm working on a calculator for the iPhone. I'm having a problem in
> that the button handlers (onclick handlers within an image map) are
> getting called after about a 1 second delay. The fastest I can tap
> numbers is about 1 per second. Faster than that and Safari recognizes
> a double tap instead.
>
> It appears that Mobile Safari is waiting to see if a double tap occurs
> before sending the notification. Does anyone know of a way to
> disable double tap checking or another handler I could use that has
> less of a delay?
>
>
> >
- Revar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---