Forum Discussion
Shortcut file for PWA installed by Edge is not created
- Feb 09, 2021
Hey there rsatoh44875, it looks like this might be covered by this Chromium fix - 1166362 - ShortcutsMenu isn't created. - chromium
Could you try adding a PWA in Canary (it's been validated there already) and confirm if this is resolved for you?
Thanks!
-Alex
Hey there rsatoh44875, it looks like this might be covered by this Chromium fix - 1166362 - ShortcutsMenu isn't created. - chromium
Could you try adding a PWA in Canary (it's been validated there already) and confirm if this is resolved for you?
Thanks!
-Alex
Dear Alexandra-R,
Thank you for your answer. When I checked with Edge of Canary (90.0.793.0), a shortcut file was created even with OS Build 19042.
In OS Build 19042 or later + Edge ver.88, PWA is registered like UWP, so I thought it was a specification change, but it was a bug in Edge ver.88, right? Is it?
Best Regards,
- Alexandra-RFeb 10, 2021
Microsoft
rsatoh44875 from the bug thread it looks like OsHookType::kShortcutsMenu set was omitted in the recent refactoring of the (Chromium) code, and this interacted with Edge/Windows in an unexpected way. This was definitely a bug 😃
- rsatoh44875Feb 12, 2021Copper ContributorThank you for the quick response.