Hi again,
i discovered some strange issue:
when running
setTimeout(MyFunc, 1000);
var idIntv_MyFunc = setInterval(MyFunc, 30000);
as an standard win-app it works perfectly, BUT when switching to UWP MyFunc gets never called.
any suggestions or help?
Thanks in advance.
-best