infinum / android_dbinspector

Android library for viewing, editing and sharing in app databases.
Apache License 2.0
951 stars 91 forks source link

Horizontal scrolling clashing with pull to refresh #60

Closed JonatanPlesko closed 3 years ago

JonatanPlesko commented 3 years ago

:writing_hand: Describe the bug

When scrolling horizontally through the table, if you move your finger slightly downwards instead of a straight line or upwards, "pull to refresh" function will start activating and horizontal scrolling will stop. This makes it quite difficult to scroll horizontally in some situations - e.g., using your right thumb to scroll right (moving the thumb from left to right).

:bomb: Steps to reproduce

  1. Go to any table view
  2. Try to scroll horizontally with a slight downward movement.

:wrench: Expected behavior

Keep scrolling horizontally once the scrolling starts rather than activating pull-to-refresh during the scrolling gesture.

:iphone: Tech info

Any device will do.