摘要: webView.setOnTouchListener(new OnTouchListener() { @Override public boolean onTouch(View v, MotionEvent event) { switch (event.getAction()) { case MotionEvent.ACTION_DOWN: case MotionEvent.ACTION_UP: if (!v.has... 阅读全文
posted @ 2013-08-14 19:41 Rex.. 阅读(12053) 评论(0) 推荐(0)