web-manifest

WebAPK ignores display:standalone flag for PWA running on local network

拟墨画扇 提交于 2019-12-10 00:14:30
问题 I am developing a PWA for which I want to have "add to home screen" (a2hs) functionality in standalone display mode. During development, my PWA is running on a server which is accessible from within my local network only (not from outer internet). When testing a2hs on Chrome for Android, I encounter the following strange behavior. Simple add to home screen When my PWA is added to the home screen as a normal shortcut, then everything works fine. Clicking on the shortcut will open the PWA in

progressive web app site cannot be installed: no icon available to display

二次信任 提交于 2019-12-07 05:09:42
问题 I'm building a progressive web app. I started off with boilerplate from create-react-app. Then I added a web app manifest. app/public/manifest.json { "short_name": "First Contributions", "name": "First Contributions", "icons": [ { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/android-chrome-256x256.png", "sizes": "256x256", "type": "image/png" } ], "theme_color": "#ffffff", "background_color": "#ffffff", "display": "standalone", "start_url":

How Can I have IIS properly serve .webmanifest files on my web site?

旧城冷巷雨未停 提交于 2019-11-29 01:32:36
问题 The Favicon Generator assembles a package for webmasters to use in order to have icons available for many different devices. The page comes with a file called site.manifest which is linked to via the following tag in the web page's document <head> : <link rel="manifest" href="site.webmanifest"> According to Mozilla: "The web app manifest provides information about an application (such as name, author, icon, and description) in a JSON text file. The purpose of the manifest is to install web