Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
How to refresh image by time or by click
-
Is there an elegant way in mango to refresh/reload an img (image) either periodically or when clicked on? Or can it somehow detect a change in date/time of the file that ng-src points to?
There are lots of help on the internet using javascript and/or angular, but they all seem to be very wide workarounds for quite a common requirement.
-
Hi glamprecht,
The solution is likely similar to the self-refreshing image solution here: https://forum.infiniteautomation.com/topic/3428/img-refresh
Simply modify some variable that is in the ng-src of the image as a parameter and it should re-request the image without having to reload the whole page.