Questions tagged [web-app-manifest]

16 questions
23
votes
2 answers

Cookies not sent with request for Web App manifest.json

I am trying to enable PWA on a web site that requires authentication (login tokens managed via Cookies).. I am trying this out locally (http://localhost:4502) and login (and am issued the login cookie) for the web site. The problem is when the Web…
empire29
  • 3,729
  • 6
  • 45
  • 71
4
votes
1 answer

What value should I give the scope attribute in my manifest.json file when serving a Progressive Web App from a local IP address with a port number?

I am having a problem with web app manifest scope on my local Node JS test server. I cannot get the correct scope because the port number on the IP address gets in the way. I am accessing my server with the following…
3
votes
2 answers

Progressive Web Apps - Is there a way to turn off the splash-screen that Chrome shows, or at least control when the splash-screen goes away?

Chrome introduced splash-screens as a PWA feature to make it look and feel more like native apps. It generates the splash-screen from name, icon and bg_color in the web app manifest. More details…
3
votes
0 answers

How to add custom domain inside office add-In Manifest file after publishing to store?

Is there any possibility to add a custom domain after publishing Manifest file to app store? I have a requirement, in which I have to add a new AppDomain in manifest file after publishing it to App Store. For e.g My Manifest file contain following…
2
votes
1 answer

Does the Web App Manifest include order matter?

I am trying to add PWA functionality to a simple site, and I am running into odd issues with Chrome version 68.0.3440.106. I am running on http://localhost:4502 for my testing, in the context of a CMS (so I am working within a few constraints).…
2
votes
1 answer

Improved Add To Homescreen (WebAPK) icon & name for installed web app on Google Chrome not upgrading after manifest update

I have a website that meets all the pre-requisites for Google Chrome for Android's "improved" add-to-homescreen (A2HS) feature. I can install the app and a APK is formed and gets installed on the device and icon is available on homescreen. In the…
1
vote
0 answers

add web app manifest to another persons website

Is it possible to inject a web app manifest on another persons website? I have tried running javascript that injects the manifest but it doesn't seem to work. var myDynamicManifest = { "name": "Site", "short_name": "Site", "description":…
1
vote
2 answers

lighthouse Timed out waiting for fetched start_url

I have a website that includes a manifest.json in the root of the domain. /manifest.json (for content see below) Scenarios When I check the google lighthouse audit it works on the homepage. When I check it on a suburl (like /test/) the message from…
1
vote
1 answer

Web App iOS swipe to see previous page

I just added a web app manifest to my web app in order to have a better mobile experience. When I now add my web app to my iOS home screen everything looks just like a real app, but unfortunately right and left swipe to jump to the previous seen…
user3122136
  • 161
  • 4
  • 15
1
vote
1 answer

Mobile PWA open previous seen page

I added a web app manifest to my web app and now I can add my web app to my iPhone home screen. I also added google workbox and implemented some caching strategies. Unfortunately when closing my web app and open it again, it always shows the start…
user3122136
  • 161
  • 4
  • 15
1
vote
2 answers

How can I use Web App Manifest and Application Cache at the same time?

I'm trying to build a simple single HTML page that can be launched when offline (on Android, if that matters). I'm using the Web App Manifest to give the app a name for adding to the home screen and display fullscreen with no browser chrome. This…
Greg Hewgill
  • 951,095
  • 183
  • 1,149
  • 1,285
0
votes
0 answers

Error in app manifest icon failed to load

In my app manifest I'm getting errors saying Icon http://localhost/appname/imgname.png failed to load, The Icons all appear to be loading both on desktop and tablet but the errors still appear in the app manifest for all img sizes I have an Icon…
0
votes
1 answer

How to Enable the user install the bot by default and not tab on teams app manifest

Hi guys I have been trying to enable my bot on default, the bot needs to be installed directly to the Microsoft team's channel. Below is the schema of my app manifest in teams { "$schema":…
0
votes
0 answers

Is `start_url` in Web App Manifest required or not?

I'm 'upgrading' my web application towards a Progressive Web Application by including a Web App Manifest. I'm particularly interested in the start_url argument since my application behaves slightly differently if the bookmarked URL includes a…
0
votes
0 answers

Web app manifest: Downloaded file was empty or corrupted

I am developing a web app with react and want to include my own icon as icon I can click on my iPhone home screen (after clicking "Add to home screen in Safari"). You can find a Beta version here: https://konekto-5gtxy7fpu.now.sh/ I have googled and…
1
2