This is a stub page to address issues such as:
- fixed header and fixed footer with scrollable content
- disable two finger scroll
- flicker ontouchstart instead of onclick
- hiding chrome ( window.scrollTo(0,1) )
- stopping rotation/orientation change
Notes:
- a href="" will work both in iPhone and desktop browser but there's a longish delay following the touch to fire the link click
- Details on how to eliminate delay when touching links (and still keep compatibility with desktop clients) available here:
http://cubiq.org/remove-onclick-delay-on-webkit-for-iphone
Comments (2)
jasperdc said
at 5:43 am on Feb 9, 2010
I just found this great comparison table for WebKit http://www.quirksmode.org/webkit.html
Thanks to that table I can now stop searching why overflow-y: auto didn't work =)
Jonatan Lundin said
at 12:55 am on Jun 23, 2010
Updated Cubiq link.
You don't have permission to comment on this page.