Open
Description
Environment
- CLI: 6.5.0
- Cross-platform modules: n/a
- Android Runtime: Not tested
- iOS Runtime: 6.5.0
- Plugin(s): n/a
- iPhone X iOS 13.3.1
Describe the bug
Swiping an item of RadListView on a modal dialog view causes multiple list view items to randomly animate.
- all items redraw themselves as if they were re-appearing with zoom effect from left corner (often happens in emulator)
- in addition to the item you swiped, one or more items rapidly move left to right multiple times as if they were shaken (both in emulator and physical device)
- swipe view may or may not appear even if main view is moved to left or right
If you swipe an item very carefully and slowly, while trying not to scrolling the list view or pulling down the modal view, then sometimes it works as expected.
To Reproduce
- Use sample project https://play.nativescript.org/?template=play-ng&id=hQiGvF&v=11
- Swipe an item in normal speed and
- Swipe an item little faster and
- Swipe an item slowly while observing other items starting to shake, see multiple items are left opened,
Expected behavior
Only item that is swiped, should move and swipe view must appear.
Sample project
https://play.nativescript.org/?template=play-ng&id=hQiGvF&v=11
Additional context