Forum Discussion
rsatoh44875
Feb 09, 2021Copper Contributor
Shortcut file for PWA installed by Edge is not created
When installing a PWA website such as Amazon or twitter in Edge(ver.88.0.705.63), an icon is displayed in the start menu and it can be started, but the shortcut file is no longer created in the foll...
- 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
Alexandra-R
Feb 10, 2021Former Employee
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 😃
rsatoh44875
Feb 12, 2021Copper Contributor
Thank you for the quick response.