摘要: 在手势的public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX,float velocityY) {}代码中进行判断if((int)(mWebView.getContentHeight()*mWebView.getScale()) == (mWebView.getHeight() + mWebView.getScrollY())){ //滑动到底部,你要做的事····· if(mWebView.getScrollY() == 0){ //... 阅读全文
posted @ 2013-12-20 11:21 wanghongwin 阅读(3512) 评论(0) 推荐(0)