Page 2 of 2

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

Posted: Fri Nov 15, 2013 6:03 am
by Alex GG

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 =)


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

Posted: Fri Nov 15, 2013 6:51 am
by Kateryna Grynko

Hi Alex,

We'll take a look.


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

Posted: Fri Nov 15, 2013 7:08 am
by Alex GG

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....


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

Posted: Fri Nov 15, 2013 8:47 pm
by Maryna Brodina

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


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

Posted: Fri Nov 15, 2013 10:02 pm
by Alex GG

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


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

Posted: Fri Nov 15, 2013 10:10 pm
by Alex GG

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


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

Posted: Sat Nov 16, 2013 12:28 am
by maxkatz

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.