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)?
source
share