I found out about PWA shortcuts today and I tried setting it up but I can’t figure out how to make it work as I get an error “App Not installed” whenever I click the shortcut.
The website is https://specy.github.io/skyMusic/ my manifest shortcut contains this:
JavaScript
x
10
10
1
shortcuts": [
2
{
3
"name": "Open composer",
4
"short_name": "Composer",
5
"description": "Open the composer page",
6
"url": "./#/Composer",
7
"icons": [{ "src": "manifestData/composerIcon.png", "sizes": "192x192" }]
8
}
9
]
10
I think The issue I’m having comes from the react hashrouter, the final link should be https://specy.github.io/skyMusic/#/Composer
Advertisement
Answer
I filed a bug report and it got the attention of an Android developer (although the bug ticket was never updated). It seems to have been fixed as of ~May 11th.
https://bugs.chromium.org/p/chromium/issues/detail?id=1324409