I created a ListView that supports infinite scrolling. In the local run mode, it can normally load the first few data items, but when I continue to scroll down, an error alert appears, and I can not scorll down anymore.
Error: no such method: to list
Troubleshooting
I have tried to modify the JSONpath for fetching data from the sub-items in the listview, but I believe the problem is not here. Because I can normally obtain data through the test API, and it can also normally load the first few data items in local run mode.
Yes
3
1 reply