-
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
bug: ion-item-sliding problems in beta10 #7094
Comments
The item sliding is extremely unresponsive on my real Android 6.0 device, too. This seems to affect all platforms, please remove the 'ios' and 'range' label and add 'list' |
Hello, thanks for opening an issue with us! Would you be able to provide a plunker or repo that we can use to reproduce this issue please? Thanks! |
@jgw96 @mpaland don't worry I am aware of this issues. There are not easily fixable without breaking stuff. I have to continue thinking. I meant the issue 2
|
@mpaland issue 2 should be fixed! please, can you open a new issue only with the first issue?
|
Type: bug
Ionic Version: 2.x
Platform: desktop browser
After upgrading to v2.beta10 using ios theme, the
<ion-item-sliding>
has two big problems:<ion-item-sliding>
in a virtual list is extremely unresponsive and laggy. I guess event handlers from the virtual list disturb the sliding event handlers.Using
<ion-item-sliding>
in a 'normal' list is fine!I tested this in Edge and FF47 browser. This was okay in beta.9.
This is broken. Clicking on the item doesn't open the item nor closes the slider.
The text was updated successfully, but these errors were encountered: