Discourse/Guilds Electronics/2019-02-08 Parts database how to put on phone homescreen and see favicon: Difference between revisions
(Discourse archive import: Parts database: how to put on phone homescreen and see favicon? [guilds_electronics]) |
((second) Fix Discourse post ordering: displaced OPs restored to thread-head position) |
||
| Line 45: | Line 45: | ||
---- | ---- | ||
'''[[User:hzeller|hzeller]]''' — ''2019-02- | '''[[User:hzeller|hzeller]]''' — ''2019-02-08'' | ||
Even if I just want to make it show the link to the browser as favicon without any other app-progressiveness ? Looks like at least the manifest file is ''not'' XML, which I guess is a glimps of hope in all this brokenness… | |||
---### hzeller _2019-02-10_ | |||
Ok cool. Added this to stuff-org, and now it should be possible to go to the | Ok cool. Added this to stuff-org, and now it should be possible to go to the | ||
| Line 54: | Line 58: | ||
Thanks [[User:Tdfischer|@tdfischer]] for the tip. | Thanks [[User:Tdfischer|@tdfischer]] for the tip. | ||
---- | ---- | ||
Latest revision as of 16:04, 29 March 2026
|
📜 Discourse Archive |
Parts database: how to put on phone homescreen and see favicon?[edit | edit source]
hzeller — 2019-02-08
Hi,
I noticed that discuss.noisebridge.info has a nice way to put as icon in and Android phone and it works nicely.
Now I’d like to have a way to put the parts database on my (Android-)phone homescreen. In the mobile chome, I can say to put it on the homescreen, but then it shows up as a dull icon with ‘N’ inside (abbreviating the title). What I’d expect is, that it generates an icon that looks like the favicon ( https://parts.noisebridge.net/static/stuff-icon.png ). But it isn’t. Why ? Does it want more resolution ?
What is wrong ? Anyone around who knows how to work the quirks of phone-browsers that don’t work as expected ?
Suggestions or ideally pull requests welcome (https://github.com/hzeller/stuff-org)
Thanks,
-h
tdfischer — 2019-02-08
Google around for Progressive Web App. It involves creating a manifest file and adding some stuff to the html meta tags.
tdfischer — 2019-02-08
I believe so, yeah. I haven’t found any other way to do it, but thankfully the manifest file format is pretty minimal and straightforward!
hzeller — 2019-02-08
Even if I just want to make it show the link to the browser as favicon without any other app-progressiveness ? Looks like at least the manifest file is not XML, which I guess is a glimps of hope in all this brokenness…
---### hzeller _2019-02-10_
Ok cool. Added this to stuff-org, and now it should be possible to go to the
https://parts.noisebridge.net/
URL in the mobile browser and tell it to ‘Add to homescreen’, upon which it will create an icon on the homescreen and then opens it without; even without address bar, so it almost looks like a ‘standalone-app’.
Thanks @tdfischer for the tip.