This simple JavaScript stop/pauses when the user touch the screen on both iOS and Android devices. I am soon giving up why does so, how do I fix this? I need the timer to be running even though the user scrolls.
window.setInterval(function () {
console.log("Hello, Why Is This Not WORKING!");
}, 1000);