aqualink-app icon indicating copy to clipboard operation
aqualink-app copied to clipboard

Fix scroll-up not working sometimes on mobile drawer

Open Ry-DS opened this issue 4 years ago • 2 comments

Steps to replicate:

  1. Open the site on your mobile (https://aqua-drawer.surge.sh)
  2. Open the drawer by tapping the pill handle at the bottom.
  3. Scroll down to the table.
  4. Try scrolling back up in one move

The app doesn't let you scroll up without first scrolling down, then moving your finger back up. This will likely need to be fixed by replicating the issue on https://github.com/manufont/react-swipeable-bottom-sheet and fixing it there. (This is the library we use)

Ry-DS avatar Feb 23 '21 07:02 Ry-DS