Android webview listview 判断到底
判断webview滑动到了底部@Overrideprotected void onScrollChanged(int l, int t, int oldl, int oldt) {int height = (int) Math.floor(this.getContentHeight() * this.getScale()); int webViewHeight = this.ge...
原创
2014-02-26 13:35:37 ·
238 阅读 ·
0 评论