I made an android app that shows an internal html with javascript in a webview
. The javascript has an infinite loop to update the view once each minute.
The problem is that after I close my app with the back button, the javascript continues its infinite loop... Why is this happening and how can I prevent this?
Thanks! L.