Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I configured a timer on my dashboard because I have to cycle through a set number of selections. I was able to achieve it perfectly with the usage of triggers a variables.
The problem is: on WebView nothing works, not the timer nor the event that was supposed to be triggered. I have an example that shows this. (I found it somewhere in this forum)
I noticed that in WebView if I click anywhere the page seems to "refresh" and the values are updated, although the trigger events are not fired.
Thanks in advance for any assistance.
Leo
I believe the Timer is updating itself in the background., only thing is that its not updating as a clock. If you click after 8 mins, it will show End.
Probably a issue with Ajax, but the variable is updating
I'm aware of that. I don't mind the not "updating as a clock" because I don't want to show the timer anyway, what I do care is for the event not triggering. =(