In our app we use a lot of StageWebViews and therefore JavaScript as well. I am currently facing a strange problem which I have no idea how to solve it. Maybe someone has an idea.
On every HTML-page there is a setTimeout used (or on some event more then one) to trigger a specific function on startup with some delay. This works fine and as it should, as long as the app keeps the focus after start. Once you leave the app and return to it, NOT A SINGLE setTimeout is working. The function itself is known (determined by calling alert(window.setTimeout) ) but it simply won´t do ANYTHING.
Anyone an idea ???