New issue
Advanced search Search tips

Issue 912034 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

Chrome PWAs do not honor missing scopes (taps on a link stay in the PWA but they should open in a new window)

Project Member Reported by krohmera@google.com, Dec 5

Issue description

Chrome Version: 70.0.3538.110
OS: Android 9, Security patch Nov 18

What steps will reproduce the problem?
(1) Install a PWA, e.g. moma.corp.google.com
(2) Click on a search result link.
(3) Link opens in the PWA.

What is the expected result?

It should open in the Chrome Browser, since our manifest does not contain a "scope" field. Per chrome documentation, this means that all URLs on other domains should open in a new chrome window: https://developers.google.com/web/fundamentals/web-app-manifest/#scope

What happens instead?

It opens in the PWA.

 

Sign in to add a comment