android-Ultra-Pull-To-Refresh icon indicating copy to clipboard operation
android-Ultra-Pull-To-Refresh copied to clipboard

Ultra Pull to Refresh for Android. Support all the views.

Results 100 android-Ultra-Pull-To-Refresh issues
Sort by recently updated
recently updated
newest added

2019-09-28 11:17:00.303 28744-28744/com.dongjinyu.teacher E/Minikin: Could not get cmap table size! 2019-09-28 11:17:00.305 28744-28763/com.dongjinyu.teacher E/MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 2019-09-28 11:17:00.323 28744-28770/com.dongjinyu.teacher E/AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@67a89cd 2019-09-28 11:17:00.424...

如何让下拉的距离固定?

Hi, anyone have struggling with this exception? any solution? > Fatal Exception: java.lang.IndexOutOfBoundsException: Inconsistency detected. Invalid view holder adapter positionViewHolder{1d0d38e position=21 id=-1, oldPos=20, pLpos:20 scrap [attachedScrap] tmpDetached not recyclable(1) no...

大佬我使用PtrClassicFrameLayout 嵌套一个RelativeLayout ,然后RelativeLayout 里嵌套个RecyclerView,我RecyclerView里还有头布局,当我上滑之后再往下滑动的时候,头布局就少了一半。这个怎么解决呀?当之前套一个RecyclerView时不会出现这种问题。 ![屏幕快照 2019-09-04 16 15 35](https://user-images.githubusercontent.com/22886455/64305762-f3a82980-cfc2-11e9-93e4-7dcaaf5216ff.png) ![WechatIMG17258_1 jpeg](https://user-images.githubusercontent.com/22886455/64502502-f96e7980-d2f8-11e9-8fd4-44e07c8cbe05.jpg)

如题,能不能想朋友圈一样,下拉的时候把图片拉成全图

RT,打算做个通用基类,有时候不能有下拉刷新

Hi, i have some issue. when i click recyclerview item, pull to refresh will be pull down if my finger try to click and swipe down a little bit, that...

嵌套WebView的问题,WebView网页中使用了滑动控件,在WebView中的滑动区域,还是会传递错误导致直接下拉刷新

这是正常回弹后回到初始位置的截图 ![qq20160603-0 2x 3](https://cloud.githubusercontent.com/assets/6055764/15768257/d730c5fe-2981-11e6-8b40-037d4a77fbd7.png) 这是`回弹未回到初始位置`时的截图(为了方便展现问题,我把背景设置成了红色) ![qq20160603-0 2x 4](https://cloud.githubusercontent.com/assets/6055764/15768277/ed2877ee-2981-11e6-8aee-83eb99780f25.png)     当出现下拉松手后回弹最终未停留在初始位置时,就会导致一个完整的下拉动作未完成, 进一步导致`用户尝试再一次下拉时不会触发新的下拉加载事件`(UI上`表现为下拉松手后会立马回弹`,并不会触发onUIRefreshBegin)。 通过打印Log发现此时onUIRefreshComplete之后没有回调onUIReset,Log如下: ![qq20160603-0 2x](https://cloud.githubusercontent.com/assets/6055764/15768408/13c8efe0-2983-11e6-875f-18ff9e687c75.png) ![qq20160603-0 2x](https://cloud.githubusercontent.com/assets/6055764/15768420/3ca94950-2983-11e6-9326-9df86d73127f.png) ![qq20160603-0 2x 2](https://cloud.githubusercontent.com/assets/6055764/15768427/49185e92-2983-11e6-9f26-12e4027a8184.png) `如果你想要快速复现此bug,可以加大headerView的高度,同时缩减回调时间。`