Custom lists over 20 posts totally blocked on Android

PLEASE, how to fix this Android Bug?

Once the custom list reach 20 post, Android is not loading them anymore, even with reversal scrolling active…

Any advice?

Thank you!

I experienced this issue also. In my case, I removed the lazy load and limited the custom list to 50 rows. It’s conditional on a filter not being applied. I then offered filtering for categories, which displays another conditional non-lazy list, but restricted by that chosen category. Mine is also filtered by location and search distance. It means that while this isn’t great, it never loads too many rows to greatly slow the app down. The category filtered list loads every matching record, whether it appears in the original unfiltered list, or not. I then added a note to the original unfiltered list, asking the user to filter the list for more.

Many thanks for your answer!

Well, it may works and it’s a smart solution! The problem is that i’m using this custom list as “Thread comments” so i can’t filter comments under a thread and i can’t limit to 50 the quantity…

I’m shocked about the difference between Apple response and Android response, it seems a completely different app!!

Just reached 70 comments and it takes like 2 minutes to post a new comment under the Thread :smile:

Hi @mco,

It might be a good idea to submit a ticket to Adalo on this, showing the difference between Apple and Android. You have an example so maybe they can do the “in-depth” comparison.

In my opinion it is not normal when the app behaves so differently on 2 platforms. This should not be related to performance optimisations but I believe this lies somewhere in the space of native code creation for Android.

Best,
Victor.

Are you loading all thread comments for multiple posts in a custom list, or all comments for a single post? Just wondering whether you could load the most recent comment or two, with show more to load all comments for that post on a new screen.

It might be a good idea to submit a ticket to Adalo on this, showing the difference between Apple and Android.

I already did it… I recorded a video using an iPhone and an Android on two separate devices simultaneously, and the speed difference is HUGE. Sometimes, it takes up to a minute on Android to see the post… I hope they are going to reply and solve…

1 Like

Are you loading all thread comments for multiple posts in a custom list, or all comments for a single post? Just wondering whether you could load the most recent comment or two, with show more to load all comments for that post on a new screen.

Yes i’m loading all the comments in a single page, thank you for your advice it could be a good solution and i’m going to try to manage it with a new screen page…

But the point is that it’s really impossible that when i type a comment and tap “post” on iPhone it takes 2 second to send and show up and on Android sometimes it takes up to a minute to post and show up

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.