All
I want to make iPhone style drag to scroll functionality in iframe. This is my sample code
<iframe src="http://www.css-tricks.com" width="360" height="500" id="dynFrame"></iframe>
Fiddle : http://jsfiddle.net/ajaypatel_aj/PgujJ/
You can see here the vertical scrollbar to scroll page, i want to scroll page by draggin Up or Down side.
I have tried iScroll but it didn't work for iframe. Also trying from this
Thanks In Advanced.