This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115
stars
21
forks
source link
RadListView swipeActions for Android do not behave as expected #868
Did you verify this is a real problem by searching the NativeScript Forum?
Yes
Tell us about the problem
UX disparity for Android and iOS in RadListView's swipe actions
Which platform(s) does your issue occur on?
Android
Please tell us how to recreate the issue in as much detail as possible.
Say we have a RadListView with 2 elements in it and we have enabled swipe actions and a swipe to the left reveals a delete button. Say we swipe the first element in the list but decide that instead we want to swipe the second one. If one tries to swipe the second while the first delete button is still visible:
On iOS it works as expected - the first returns to its initial state, whilst the second item's delete button becomes visible
On Android the first swipe gesture on the second element causes the first element to fall into place and a second gesture is needed to open the delete button on the second element
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
I've created a small repro project in the playground.
Please, provide the details below:
Did you verify this is a real problem by searching the NativeScript Forum?
Yes
Tell us about the problem
UX disparity for Android and iOS in RadListView's swipe actions
Which platform(s) does your issue occur on?
Android
Please tell us how to recreate the issue in as much detail as possible.
Say we have a
RadListView
with 2 elements in it and we have enabled swipe actions and a swipe to the left reveals a delete button. Say we swipe the first element in the list but decide that instead we want to swipe the second one. If one tries to swipe the second while the first delete button is still visible:Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
I've created a small repro project in the playground.