johannilsson / android-pulltorefresh

DEPRECATED This project aims to provide a reusable pull to refresh widget for Android.
2.47k stars 1.03k forks source link

Vertical Scrolling issue on Android 4.1 (Jelly Bean) #52

Closed aheuermann closed 12 years ago

aheuermann commented 12 years ago

I tested my app that uses this library in the 4.1 emulator and noticed the lists were not scrolling vertically. After a lot of trial and error, the issue ended up being in the onAttachedToWindow() method. It simply needs to call super.onAttachedToWindow().

See the fix here: https://github.com/aheuermann/android-pulltorefresh/commit/64480005aad07a3cd98623692ca5db1deca8b3f8

aheuermann commented 12 years ago

Closing issue. Submitted another issue with code attached : https://github.com/johannilsson/android-pulltorefresh/pull/53