User Profile
alfredmyers
Copper Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Is it possible to install a PWA from the command line?
From the comment in Chromium's source code about "--force-app-mode" I was under the impression that it could be used to install a PWA from the command line: // Forces application mode. This hides certain system UI elements and forces // the app to be installed if it hasn't been already. const char kForceAppMode[] = "force-app-mode"; ... but after trying a few different combinations of switches (such as app, app-id, app-url, profile-directory, etc) I wasn't able to do so - at least not with an URL referring to https://localhost:5001. Is it possible to install a PWA from the command line?1.7KViews0likes0CommentsShould url_handlers be working on localhost?
I'm trying to do some testings on a PWA on localhost (https://localhost:5001) but I'm getting "url_handlers entry ignored, domain of required property 'origin' is invalid." Should localhost be a valid domain for testing purposes? References: - WICG: https://github.com/WICG/pwa-url-handler/blob/main/explainer.md - Edge/PWA: https://docs.microsoft.com/en-us/microsoft-edge/progressive-web-apps-chromium/experimental-features/#url-link-handling - Web.dev: https://web.dev/pwa-url-handler/ Desktop PWA URL handling Enable web app manifests to declare URL handling behavior. Prototype implementation of: https://github.com/WICG/pwa-url-handler/blob/master/explainer.md–Mac, Windows, Linux #enable-desktop-pwas-url-handling645Views0likes0Comments
Groups
Recent Blog Articles
No content to show