Thomas Steiner

Results 462 comments of Thomas Steiner

I agree, @danbri, he UI needs some love and is very busy. Hope to find time to play around with expandable sections. For the concrete use case, consider my [Wikipedia...

Thanks, @mnot. Just to be sure, you’re talking about https://developers.google.com/search/docs/appearance/publisher-logo-in-search?! We were on purpose as good citizens waiting with publishing it until you all gave us green light. So we...

Perfect then. I’ll inform the team and then get back. 🎉

Thanks for the ping. No, plans haven’t changed, we’re just slow documenting this. Please keep the issue open. Thanks!

@aarongustafson Thank you for taking my Twitter feedback and relaying it here. I was on vacation and ignoring GitHub; else, I would have responded here in the first place.

The `web-app-origin-association` file format already contains a `"manifest"` field, so I think this could easily work. Something to consider might be to factor in the new [unique ID](https://github.com/philloooo/pwa-unique-id/blob/main/explainer.md) into the...

Still thinking about the verification aspect. The `web-app-origin-association` file is similar to [Apple's associated domain file](https://developer.apple.com/documentation/safariservices/supporting_associated_domains_in_your_app#3001215), [Android's `assetlinks.json` file](https://developer.android.com/training/app-links/verify-site-associations), and [Windows' `windows-app-web-link` file](https://docs.microsoft.com/en-us/windows/uwp/launch-resume/web-to-app-linking#associate-your-app-and-website-with-a-json-file). What differs is that the `web-app-origin-association` file...

Do you have pointers to Rakuten's documentation for this feature? I failed to find it.

Limited to just **Android**, a site `pwa.example.com` run in a browser tab can detect if the PWA `pwa.example.com` (that is, itself) is installed by calling the `getInstalledRelatedApps()` method. This works...

Right. It would help with _Use Case 1_, though, where it's purely about delivery: > Use Case 1: Web apps are currently forced to deliver the same content and scripts...