Gesture event to scroll page
I have a page which has a long grid/table data...I am testing it on iPad Safari.
Now i want to be able to scroll through the entire page using some kind of gesture.. I know you might be thinking that I should be able 开发者_StackOverflow社区to scroll automatically using 1-finger. However, i am using 1-finger for dragging the grid items..
So need some other way to be able to scroll through the page..Can i use some kind of gesturestart events to be able to scroll through the page. Any example would be really great..
Thank you.
You can have a look on that page which explain a lot on things about touch / gesture events :
http://developer.apple.com/library/ios/DOCUMENTATION/AppleApplications/Reference/SafariWebContent/HandlingEvents/HandlingEvents.html
精彩评论