indigane / eipassi

https://indigane.github.io/eipassi/
https://indigane.github.io/eipassi/
0 stars 0 forks source link

Add ability to predefine search in Android homescreen button #14

Open derega opened 1 month ago

derega commented 1 month ago

Use cases:

One way to implement this would be to have https://eipassi/?q=Tampella query parameter.

This is not a showstopper for me. I'm happy with favorites. It just occured to me that this would be nice to have, maybe.

indigane commented 1 month ago

Thinking out loud: I wonder if the web app manifest prevents this, since it has the start_url property, and it changes the "Add to home screen" button to "Install app".

EDIT: Seems like it does https://stackoverflow.com/questions/77701787/pwa-manifest-start-url-as-current-url. That's an interesting problem I hadn't thought of before.