-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Touch scrolling on Android triggers page refresh #471
Comments
@Pakaa , hey there, Also could you try using the And also make sure for touch devices, you have the prop |
Hello! I plugged in some beta versions and found that while beta 21 was unusable, beta 20 did fix this particular issue while I had the stopScrollDefaultHandling prop. There are other bugs in the beta but it sounds like you guys already caught this one. I'll close this ticket and wait for the next release. Thanks @pradeepnschrodinger |
Glad it solved the issue :) @Paaka Could you give more info about why beta 21 is unusable? And is it in anyway related to this recent issue? This will help a lot in reproducing and fixing it. |
Expected Behavior
Scrolling upward should hide the elements on the bottom of the table while revealing elements on the top of the table
Current Behavior
Scrolling upward refreshes the page
Possible Solution
I think this one and the many other scrolling issues have to do with the passive event listener configurations, but I know that adding 'overscroll-behavior: none' to the document body does not fix it
Steps to Reproduce (for bugs)
Have a scrollable table
Scroll down
Scroll back up
Context
You can only scroll in one direction
Your Environment
The text was updated successfully, but these errors were encountered: