Hi there.
Currently, on my app I have a list view with various products. I want to add an icon to each product which will save it to a wishlist/favorites page when clicked.
I do not want to navigate to the wishlist page immediately upon clicking.
It should save that product to the list, which clients can view later.
I have tried multiple methods including using parameters on the wishlist page.
I have tried app states.
Nothing seems to work. I can push one product but not multiple.
Is there any resource on this or has anyone done this?
Appreciate any help.
Regards
Handrick