I have a page in a UIWebview whose main element is taller and wider than the webview itself. I'd like to be able to "pan" around the page smoothly in any way the user chooses: horizontally, vertically, diagonally or swiping in a circular motion.
Usually it works, however around once in every three gestures, the UIWebView scrolls on only one axis (sometimes x, sometimes y), despite gesturing on both simultaneously.
The problem tends to happen most often just after the webview has loaded. After a successful two-dimensional scroll it tends not to happen so often again.
Has anybody else seen this problem or any idea what to do about it?