I am trying to add an internal web application to the homescreen of an android device for testing. This should be as a real chrome-wrapped web app with full screen, custom icon, etc.
But it doesn't work, and I see no ways of debugging/troubleshooting the problem.
The manifest is added and linked. The server is on an IP address, non-standard port and with a self-signed SSL certificate - could any if these details be the problem?
Any help on getting this to work, would be much appreciated!
There are couple of ways that you can test to see if you have the configuration correct.
link rel=manifest
) and you have a service workerchrome://inspect
) and you will see it fetch the manifest.If you don't see the manifest being downloaded then it is very likely that your page is mis-configured so ensure that you have a <link rel="manifest" href="{url to your manifest}">
in your page
also, be sure to disable "bypass user engagement checks" in chrome://flags, so you can be sure that you're Chrome browser will always met the conditions that allow installation
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With