I just implemented the experimental scrollview in my app to fix the header.
On my iPhone4, scrolling is not smoov anymore when i use the scrollview function. On top of that, it triggers randomly links of my listview when I do a touch scroll. Lets say I am on the bottom of a list. I touch the screen where list item Z is and slide up to scroll. It starts scrolling. but when I release my finger, it triggers the link of list item Z. But it does not always happen. Removing scrollview and scrolling is nice again.
I am using following scripts:
jquery-1.6.2.min.js
jquery.mobile-1.0b2.min.js
jquery.easing.1.3.js
jquery.mobile.scrollview.js
scrollview.js
In addition, I am using spry scripts for generating the listview (Adobe Dreamweaver CS5.5)