jo icon indicating copy to clipboard operation
jo copied to clipboard

(option?) use CSS position: fixed whenever possible for navigation bars

Open jokeyrhyme opened this issue 12 years ago • 4 comments

The scrolling area touch-event hack is necessary on iOS and Android<2.3, but many devices support CSS position: fixed.

In my own testing, web applications have much better performance characteristics for content in the scrolling pane. I've noticed that the web forms kitchen-sink widgets' animations are smoother when compared to the touch-event hacked technique.

This might be a solution to: https://github.com/davebalmer/jo/issues/22

jokeyrhyme avatar Sep 03 '11 10:09 jokeyrhyme