webView.setOnTouchListener(new OnTouchListener() { public boolean onTouch(View v, MotionEvent event) { // TODO Auto-generated method stub flipper.requestDisallowInterceptTouchEvent(true); return false; } });
이렇게 해보세요.