I think what Luis meant is when you click "load more results", that even though the event is registered onFingerUp the delay of the request makes it feel more like a finger down.
That's why I suggested he look into asynchronous data loading. It might give him the side effect he wants On Thu, Jun 5, 2008 at 4:23 PM, Chrilith <[EMAIL PROTECTED]> wrote: > > All events a fired after finger up. There is currently no workaround. > > > On Jun 5, 11:59 am, Luis Oliveira <[EMAIL PROTECTED]> > wrote: >> Hi, >> >> I want to change the background color of a div/span as the user clicks >> over it. Looking at the events of table 7.2 of "SafariWeb Content >> Guide for iPhone", I think that with event mousedown I could do that. >> However this event is only fired after the user end pressing on the >> span/div. Anyone know a work around for this problem ? >> >> The effect that I am trying to implement is available in many iphone >> applications like iTunes (see the "Load More Results" link for >> instance). >> >> Thanks. >> >> Luís Oliveira > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
