10.10.2016, 13:34
Probably some bug in iOS where DOMSubtreeModified event is not called on hidden elements. You can try refreshing the status every second and see if it works in iOS:
Code:
// Initial execution
CheckSetpointandValue();
setInterval(CheckSetpointandValue, 1000);