-
Notifications
You must be signed in to change notification settings - Fork 62
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
"ion-item-sliding" not working #51
Comments
Closed this because I realized the elements come from the Ionic 4 framework, however, the ion-item-sliding was already part of v4, so I'm still curious to know what's going on here. |
That's correct - awaiting resolution in Ionic/core ionic-team/ionic-framework#26466 Thx for raising! |
I've got this issue too, but it doesn't seem to work in production either, so I'll wait for the fix. |
ok thx - the app will follow system preferences, so if you switch to dark mode overall, it will show in dark mode. So basically overriding system systems is not working as per Ionic API. |
Item Sliding appears to work again in the rebuild demo app? #93 |
The
<ion-item-sliding>
Ionic element does not work. Items are displayed statically, but do not react to sliding gestures, making them effectively static list items. No errors are thrown and it does not prevent the app from compiling.The text was updated successfully, but these errors were encountered: