I don't use jQuery for IPhone, but I do code for it. I suppose the
problem is the delay of the interval. While a normal browser handles
20ms pretty well, the IPhone seems to go mad, see if you can find that
number in the source and change it for 80 or 100.

Ariel Flesler

On Dec 19, 7:11 pm, kpmartin <[EMAIL PROTECTED]> wrote:
> Is anyone using jQuery on iPhone? I tried altering the iui
> iphonenav.js script to use jQuery and, though it works, it seems very
> very slow when performing the right to left (or vice versa) slide
> transitions. I'm just doing something like this...
>
> fromPanelElem.animate({ left: "0px" }, 500 );
> toPanelElem.animate({ left: "0px" }, 500 );
>
> Any thoughts?

Reply via email to