aqualink-app
aqualink-app copied to clipboard
Fix scroll-up not working sometimes on mobile drawer
Steps to replicate:
- Open the site on your mobile (https://aqua-drawer.surge.sh)
- Open the drawer by tapping the pill handle at the bottom.
- Scroll down to the table.
- 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)