Go to an already opened tab when a Chrome Notification is clicked Go to an already opened tab when a Chrome Notification is clicked google-chrome google-chrome

Go to an already opened tab when a Chrome Notification is clicked


Yes.

notification.onclick = function () {  window.focus();}


Have you tried using window.location = "https://stackoverflow.com/a/13328397/1269037" rather than window.open? It has worked for me.