- From: Pieterjan <notifications@github.com>
- Date: Wed, 04 Aug 2021 15:05:28 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 4 August 2021 22:05:40 UTC
[This block of code][2] appears to determine whether the PWA should be launched or a new tab should be opened. Call stack: - [WebappLauncherActivity.shouldLaunchWebapp](https://github.com/chromium/chromium/blob/master/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappLauncherActivity.java#L214) - [WebApkValidator.canWebApkHandleUrl](https://github.com/chromium/chromium/blob/master/components/webapk/android/libs/client/src/org/chromium/components/webapk/lib/client/WebApkValidator.java#L120) - [WebApkValidator.resolveInfosForUrlAndOptionalPackage](https://github.com/chromium/chromium/blob/master/components/webapk/android/libs/client/src/org/chromium/components/webapk/lib/client/WebApkValidator.java#L149) should return `false` for the urls you don't want opened in the PWA -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/989#issuecomment-893005732
Received on Wednesday, 4 August 2021 22:05:40 UTC