I am creating a list in card view by getting data from Google spreadsheets using Recycler Listview plugin. There is a loading screen on screen1. It goes from the loading screen to screen 2 and there is Recycler Listview on screen2. When I click any button or card view on screen2, the application crashes.
I found a post like this in the community, where it says to use version 1.0.1, but the error persists in that version.
The problem is definitely due to the plugin because when I remove the plugin from the project the problem is solved…
I think the problem is in the card view click event. If someone is using the Recycler Listview plugin, they cannot use any card view they created on that screen. My buttons are from the card view and they do not work and crash.but it still doesn’t work when clicking on the Recycler Listview
I have no idea why it is not working but it is the only way it works. I think the screen transition block with a value is not stable. While it works in many of my projects, it gives errors in many of them so we use the normal transition block via tiny db.
Mr. @Diego Do you have any information about this? Because it has been around for a long time, many people have already stated in the community that this blog is not working stably.
This block works without any problems in an application when we only list and retrieve data from spreadsheets using Recycler Listview and GSAI21 plugin.
But I noticed that in an application with 7 screens and two Recycler Listviews, and when there is more than one layout on the screen, this block does not work unfortunately. And it crashes the application.In this case these blocks did not work:
in summary:
I thought the problem might be due to the GSAI21 plugin, I did some tests, but the Recycler Listview was problematic, but when there was no click event, it was loading the list without any problems. There was a problem with changing the screen when the click event was triggered, and when I changed this block, the problem was solved.