Double "Open With" Entry from PWA Installation on Microsoft Edge.

Teng 20 Reputation points
2024-07-16T02:11:23.6766667+00:00

Hi I tried installing a PWA app from the guide using Microsoft Edge (Version 126.0.2592.102 (Official build) (64-bit)) :
https://learn.microsoft.com/tr-tr/microsoft-edge/progressive-web-apps-chromium/how-to/handle-files
The app page: https://captainbrosset.github.io/mytracks/

However I notice that when i tried opening the file via the "Open With" option, there are dual entries of the PWA related with the file.
Screenshot 2024-07-16 095426

The First entry works as per intended
Screenshot 2024-07-16 095622

However the second entry just opens the pwa app without loading the file in Screenshot 2024-07-16 095937

Going through the javascript code, The second pwa option's "LaunchQueue" object does not seem to return any file name which causes the app to open without loading any file.

Hence wish to check how can I remove the second option of the PWA from the "Open With" Selection.

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,238 questions
0 comments No comments
{count} votes

Accepted answer
  1. ShiJieLi-MSFT 8,731 Reputation points Microsoft Vendor
    2024-07-16T08:34:23.8766667+00:00

    Hi @Teng,

    Per my investigation, it looks like an issue specific to Microsoft Edge, as Chrome only has 1 entry for PWA. I suggest sending feedback to report this issue to Dev Team by pressing Alt+Shift+I in Microsoft Edge.

    So far, we can't remove the second entry. The workaround is to not use the "Open with" option, but use the default handler. By default, it won't cause the issue of not loading the file.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards,

    Shijie Li

    0 comments No comments

0 additional answers

Sort by: Most helpful