Do chrome click notification bring chrome window to front?

Nothing seems to work. I assume it is designed in such a way as to stop pop-ups. But I really want the Chrome browser window (behind firefox or word for example) to appear on the front when the notification is clicked.

window.focus()
parent.focus()

      

does not work. I can't seem to find a way to bring the chrome window to the front. Any suggestions? Even if there is some way to make it ask the user's permission once to do it, do it automatically after that. I would be fine.

+3


source to share





All Articles