StarGW-net / app-list

Apache License 2.0
24 stars 1 forks source link

[Feature] PWAs #3

Open iStagnant opened 1 year ago

iStagnant commented 1 year ago

They're technically not apps, but they are things you can press and open things up. Plus i tried to implement showing PWAs in the app menu in a launcher but failed since there wasn't a native call to get the list of PWAs, so I'm curious if you can do it here.

StarGW-net commented 1 year ago

I thought PWAs were an App wrapped around a web app so should show up.

Do you have an example PWA on the Play store that I can test with?

iStagnant commented 1 year ago

PWAs can be turned to apks (I previously found an official google one but can't seem to find it now), but it's completely optional I think those will show in your applist. But the kind of PWAs that I'm talking about is when you visit a website and press the 3 dots in the top right and see an "install app" option like here: kenmei , facebook , random forum. And they're only shown on the homescreen kind of like widgets, that's what made them difficult to implement.