-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
[4.0.0-rc.0] - Menu - Click while scrolling #16191
Comments
+1 |
Thanks for your issue! Could you please check if this is still an issue in |
Still presents on |
Just to let you know, this is still presents in rc0 |
@JumBay @paulstelzer It doesn't apply only to menu component, but any other component/element. It seems, that when scrolling, all clicks on other components/elements are disabled/blocked. It happens all the time, so very reproducible. Verified on rc.1. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Bug Report
Ionic Info
Describe the Bug
While the menu is open you can still scroll the content (only once), this is similar to #13282.
But the difference with ionic 3 is that you cannot click anymore on other buttons while the content is scrolling. See the demo
When you use the app on a real device with your fingers it happens quite often.
Steps to Reproduce
Steps to reproduce the behavior:
Create a new ionic 4 project with sidemenu starter template.
In src/app/list/list.page.ts, increase the number of generated items and try on a simulator.
Expected Behavior
The text was updated successfully, but these errors were encountered: