This might be an odd question...
I'm using the experimental scrollview, which I think is working quite nice on iOS and Android.
I usually attach scrollview to the div.ui-content and make my page fit exactly to the browser dimension, that is content.height = browser-height minus headers and footers. Works fine... if only I could disable native scrolling, because every time I scroll my content section, native scrolling also fires, doesn't go anywhere (the page-height = browser-height) or drags down the adress bar... which I don't want to show up in an application anyway...
So. Is there any way to disable the native scrolling?