Re: [android-developers] Re: WebView / setBuiltinZoomControls / setOnTouchListener

2012-08-26 Thread Sachin Gupta
I think WebView stops firing onTouch event once the zoom-controls are shown on web-view. I receive touch events even after using pinch zoom, provided zoom-controls are not shown yet. If it is not must to also show the on-screen zoom-controls, following can be used to solve the issue.

[android-developers] Re: WebView / setBuiltinZoomControls / setOnTouchListener

2010-05-24 Thread Tom Coxon
WebView seems to stop firing onTouch events after the builtin zoom controls have been used. If anyone's interested in my fix/workaround for this, it was to extend WebView, and override the onTouchEvent method: @Override public boolean onTouchEvent(MotionEvent evt) { boolean