Chrome 61: avoid opening PWA _blank links in user tab

The latest version of Chrome for Android (61) introduced a “feature”: open PWA links with target="_blank(or window.open()) in the user's Chrome bookmark, not just launching Chrome and opening a new tab for the user.

But what if I don't want this? Is there a way to prevent this (like a dev site) or somewhere (for users)?

+4
source share

Source: https://habr.com/ru/post/1686630/


All Articles