I have extended WebView and I have enabled zooming with myWebView.getSettings().setSupportZoom(true);.
When I tap the screen (single tap/touch) after I have panned, the WebView seems to move (scroll) to an other position. This messes up my panning and double tap events, because the coordinates change unexpectedly.
Is there a way to prevent this? Android version is 2.3.