Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

having problems with a clickable list. On second page, always showing same value.

I share my public link at the beggining. Do you think you can take a closer look at how it is working, and help me with more detail?
Regards =)

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

having problems with a clickable list. On second page, always showing same value.

thank you katya, I also read in another question, and add a button on the datails page: alert(localStorage.getItem('alexid')); to read the value of the storage variable... and its the same of the button clicked on start screen..but as always, the same image is shown....

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

having problems with a clickable list. On second page, always showing same value.

Hello! You would need to edit marcas_marcas_labs_list_service
1) URL should be like this pre{database_url}/collections/marcas_labs/{q}/pre2) In request parameters uncheck Header for q
3) In response parameters uncheck Array everywhere

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

having problems with a clickable list. On second page, always showing same value.

Maryna!!! Thanks!!! It ́s working fine now!!!! the {q} was the problem!!
Have a nice day =)

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

having problems with a clickable list. On second page, always showing same value.

Just when going back to the list menu (screen1), and click, in another brand, in the next page shows last image called and inmediatly change to the new one..What can I do to avoid this? thanks

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

having problems with a clickable list. On second page, always showing same value.

When you navigate to the page, the previous values are still in the DOM and that's why you see them for a fraction of a second (until the new values are loaded). You could try to clear the previous values.

Return to “Issues”