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 =)
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 =)
Hi Alex,
We'll take a look.
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....
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
Maryna!!! Thanks!!! It ́s working fine now!!!! the {q} was the problem!!
Have a nice day =)
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
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.