View
 

Webkit Quirks

Page history last edited by Jonatan Lundin 1 year, 7 months ago

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