2021-03-13

[Technology] "Add to Home Screen" broken by PWA's "start_url"

Problem

This has been driving me mad.  At some point, I was increasingly unable to add direct links to web pages on my home screen on my phone.  E.g. to specific Twitter accounts, or to Instagram's Chat page.  I would go through the usual steps of visiting the specific page, going to the menu and choosing "Zum Startbildschirm zufügen" (aka. "Add to Home Screen"), but the shortcut would only go to the main page for the site instead, twitter.com or instagram.com, making it somewhat useless.

Today I tried to investigate the problem:

https://android.stackexchange.com/questions/225002/chrome-and-firefox-cannot-add-specific-url-to-home-screen

The problem is that these sites are acting as Progressive Web Application (PWA).  In their Manifest file, they can specify a value "start_url", which then overrides the actual URL I'm trying when adding to my home screen.  

It's pretty infuriating and undermines my control over my device and experience, and impairs me from accomplishing my goals.

The site lists some workarounds.  One of them is to use 3rd party apps to create the short-cut.  One of my qualms with 3rd party apps on Linux is that so many request excess permissions beyond what they need for their purpose, and despite having some limited control over that, it's rarely enough to feel safe. :\

Solution I'm Using

javascript:{
  if (meta=document.querySelector('meta[name="mobile-web-app-capable"]')) {
    meta.parentNode.removeChild(meta);
  }
  if (mani=document.querySelector('link[rel="manifest"]')) {
    mani.parentNode.removeChild(mani);
  }
  void(0);
}

The user that suggested this, "user185038",  notes that Chrome seems to strip "javascript:" away if you just copy and paste that in, so they paste something slightly different (javascriptx:) for that protocol bit, and then just edit to be what's intended.

And it worked!

Dieses Blog durchsuchen

Labels

#Technology #GNOME gnome gxml fedora bugs linux vala google #General firefox gsoc security GUADEC android bug xml fedora 18 libxml2 programming web blogger encryption fedora 17 gdom javascript git libgdata memory mozilla open source serialisation upgrade API Spain design evolution fedora 16 fedora 20 fedora 22 fedup file systems friends future glib gnome shell internet luks music performance phone photos preupgrade tablet testing web development yum #Microblog Network Manager adb art automation bash brno catastrophe css data loss deja-dup disaster emacs emusic errors ext4 facebook fedora 19 gee gir gitorious gmail gobject google talk google+ html libxml mail microsoft mtp namespaces nautilus php picasaweb ptp resizing rpm school selinux sms speech dispatcher technology texting time management uoguelph usability video web design youtube #Tech Air Canada C Empathy Europe GError GNOME 3 GNOME Files Go Google Play Music Grimes IRC Mac OS X Mario Kart Memento Nintendo Nintendo Switch PEAP Selenium Splatoon UI VPN Xiki accessibility advertising ai albums anaconda anonymity apache apple ask asus eee top automake autonomous automobiles b43 backup battery berlin bit rot broadcom browsers browsing canada canadian english cars chrome clarity comments communication compiler complaints computer computers configuration console constructive criticism customisation dataloss dconf debug symbols debugging design patterns desktop summit development discoverability distribution diy dnf documentation drm duplicity e-mail efficiency email english environment estate experimenting ext3 fedora 11 festival file formats flac forgottotagit freedom friendship fuse galaxy nexus gay rights gdb german germany gimp gio gitlab gjs gnome software gnome-control-center google assistant google calendar google chrome google hangouts google reader gqe graphviz growth gtest gtg gtk gvfs gvfs metadata hard drive hard drives hardware help hp humour identity instagram installation instant messaging integration intel interactivity introspection jabber java java 13 jobs kernel keyboard language languages law learning lenovo letsencrypt libreoffice librpm life livecd liveusb login macbook maintainership mario memory leaks messaging mounting mouse mysql netflix new zealand nodelist numix obama ogg oggenc oh the humanity open open standards openoffice optimisation organisation package management packagekit paint shedding parallelism pdo perl pipelight pitivi privacy productivity progress progressive web apps pumpkin pwa python quality recursion redhat refactoring repairs report rhythmbox scheduling screenshots self-navigating car shell signal sleep smartphones software software engineering speed sql ssd synergy systemd tabs test tests themes thesis tracker travel triumf turtles tv tweak twist university update usb user experience valadoc volunteering vpnc waf warm wayland weather web apps website wifi wiki wireless wishes work xinput xmpp xorg xpath
Powered by Blogger.