so this is interesting. I think a bug perhaps – to be fixed for next release maybe?
not many people may encounter it..
My application has sensitive data that is pulled back and forth via web services.
The application should not be left unattended..
So I put a timer in my _CUSTOM.JS code that calls my log out web service and then goes to my LOGIN screen.
i.e. an automatic log out after 15 minutes. The timer is reset with every screen/web service call, etc..
This works great.
However I noticed something interesting (almost amusing).
If I have the MobiOne development environment (IDE) open, and have run the app in the simulator, then stopped the simulator..
so I’m back only in the IDE, the timers are still apparently running in background.
…when the fifteen minute is up, the IDE hangs – has to be killed off via task manager, etc.
If you confirm also, suggest that when closing the simulator, it closes all timers as well.