Hi, Katya.
Thank you! I made check if "string". But I had doubts if it is right.
Hi, Katya.
Thank you! I made check if "string". But I had doubts if it is right.
Hello!
There is task to download files and place them into database and read out (pictures, audio). Can you give me code sample or tutorial. I could not find sufficiently clear.
Thanks!
I see. Thank you, Oleg
No... OK, lets try this - how can I stop running through REST response. I want to show console.log('Skip Tours table update'); only once and stop executing REST.
I have REST service. It's response is mapped to JS file. How can I stop running in JS file?
For example in my JS file
if (stopRun == true) {
return;
}
Hi!
How can I stop running on REST service response in mapped JS file ? Or, simply exit (return) if some condition.
I found solution - return(0). Is it correct ?
Thanks!
Hello!
Actually, it works as it should.
I'd like to tell you that sometimes I have issues with testing, code is not updated... It seems like caches or queue on Appery side. Can you make some clarification with this? Thanks!
Hello!
I set selected_poi_nid to localStorage on POI button click on Map screen right before transition to Details screen. Is this value connected to audio issue?