I am making an iOS application which has an action like this.
http://www.flickr.com/photos/71607441@N07/6721920809/ is a full screen web view. when the scroller is on top, If I touch the webview, It goes down and cover half of the screen. (If the scroller is not on the top, the action won't do)
http://www.flickr.com/photos/71607441@N07/6721847313/ like this.
I am confused how to know where the scroller position is.
UIWebView has few properties, and I guess I need to embed the UIWebView in a UIScrollView, or Do I have to use javascript?