On Aug 19, 8:44 am, doctyper <[EMAIL PROTECTED]> wrote:
> Hey cool, someone noticed!
>
> Some intrepid anonymous commenter suggested using translateY instead
> of top for the scrolling animation. I tried that, and the scrolling is
> now silky smooth! I've updated my 
> demo:http://doctyper.com/archives/200808/fixed-positioning-on-mobile-safari/

I don't think I'd go so far as to say "silky smooth", but certainly a
step in the right direction, almost usable.  ;-)

Using position fixed (or a script emulation, as you've used here) is a
better approach than trying to use scrolling divs with emulated
panning.  The proof of concept needs to be taken further, it will be
interesting to see if it can be used with a more general approach
rather than making it iPhone specific and if it can be used for y
panning as well.

Incidentally, I'm working on a feature test for touch and gesture
events so it should be possible to provide support for them without UA
sniffing or assuming iPhone and Mobile Safari.


--
Rob
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to