0👍
✅
I fixed it by using document visibilityState.
document.addEventListener("visibilitychange", () => {
this.pageRedirect=false;
});
Thanks @yoduh and @Jose Fernández for your valuable comments
Source:stackexchange.com