Please take a minute to read our NativeScript Code of Conduct before proceeding with posting issues or discussing. The purpose of this guide is to make communication and cooperation within our forums a pleasure for you and the other members.
_Yes_
The App crashses on android when i try to reorder the list and the list of items is greater than the radlistview size, the crashes occurs when the item is dragged to the bottom/top of the list and the radlistview needs to be scrolled. If the list don't need to be scrolled, the app seems to work fine.
_iOS/Android/Both (if applicable tell us the specific version of the platform)_
Android. IOS works fine
Hi @gustavokessler,
Thank you for the provided sample project.
I was able to recreate the issue on my side and I will mark it as a bug.
Also, I notice that the problem appears while using the core JavaScript array. Can you try replacing it with ObservableArray and check if you will be able to recreate the problem. Example.
Hey, @tsonevn
I tried use the ObservableArray and it works very well on my application.
Thank you.
Most helpful comment
Hey, @tsonevn
I tried use the ObservableArray and it works very well on my application.
Thank you.