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

你好,我在红米note 3 上发现一个bug 就是:在含有PtrFrameLayout的界面 中,点进一个webview界面在退出这个webview 界面 下拉 会出现动画会一直闪的问题,不知道这个是什么情况

如题: 在刷新过程中,禁止点击避免pop出现,类似QQ的功能,请问如何实现

重现步骤:1、设置listview第一个item的内容超过一屏,慢慢移动向上滑动屏幕一点距离,这个时候再下拉刷新,这个时候就会发现listview第一个item的最上面部分内容被覆盖了一部分![image](https://cloud.githubusercontent.com/assets/5986625/13853419/91f9789a-eca1-11e5-9367-c011eb498e8a.png) ![image](https://cloud.githubusercontent.com/assets/5986625/13853452/c00c7642-eca1-11e5-96c7-a32adf7ad8e9.png) ![image](https://cloud.githubusercontent.com/assets/5986625/13853471/d0f61a44-eca1-11e5-9013-34a3245f78a9.png)

下拉刷新和加载更多基本都是在一起用的,只提供下拉刷新用起来总觉得别扭

This PR can make horizontal move better than before. refer to ViewPager source code.

Where do i want to use only the custom animation for the loading part? i just want only the animation part. tq

Hello, I have a tablet application. I want to add horizontal swipe for tablet app and vertical swipe for smartphone app. It is possible perform horizontal swipe with this library,...

How can i cancel animation of refreshing and return header in start position? I need it because if my task return me an error(no connection with in-net) i want to...

enhancement

对于PtrClassicDefaultHeader,下拉并在prepare过程中(即不让它刷新)松开会导致刷新时间的Runnable没有stop,引起onMeasure、onLayout不断执行