Leonardo Valentin Zeferino
Posts: 0
Joined: Fri May 29, 2015 2:07 pm

Update an item in infinite scroll

Hi!

I deployed with success the infinite scroll feature that described in your tutorial.
But now I'm in trouble to update an especific item of the list. The problem consist in how the system knows what item it needs update?

Example: I have a list with product and like button that shows the quantity of likes. When the user clicks in like button, the system needs to count one more like. So if the number is 2, it needs to show 3 after the user clicks in the like button. The logic to insert this new like to datsbase is okay. The problem, as I said before, is how to update only the quantity of this item and mantain the position in the infinte scroll?

Thanks

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Update an item in infinite scroll

Hi Leonardo -

Our tutorial just shows an example of infinite scroll implementation in a jQuery Mobile app other modifications and additions should be developed by you.

If you could show us what you have tried so far and what exactly is not working, we will try to assist you with details.

Joe Sharples
Posts: 0
Joined: Mon Aug 18, 2014 1:31 pm

Update an item in infinite scroll

do you have a link to the infinite scroll tutorial? i can't seem to find it anywhere

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Update an item in infinite scroll

Hi Joe -- Please check out here: https://blog.appery.io/2015/07/how-to...

Return to “Issues”