Using the Apple's PageControl sample code I've managed to put several UIWebViews side-by-side, and I'm able to swipe left and right in order to get to each web view.
I can also scroll up/down to scroll within each web view. However, I have to move my finger very precisely along the y-axis to get the webview to scroll up/down - otherwise it will slide left or right and show a neighbouring view.
Is there a way to reduce the sensitivity of the left/right scrolling (or increase the sensitivity of the up/down)? Or is there another technique I should be using?