window.addEventListener("visibilitychange", function () { if (document.hidden == false) { console.log(view); } });