Home Screen Installation

Home Screen Installation 2.0.1

No permission to download
You have not uploaded the files to the correct locations.

Did you edit the JSON file?

Installation instructions are here:


Step by step instructions for implementing on Android or iOS devices are here:


Don't skip any steps!
 
Last edited:
The only problem I got is that I cannot get the icons work.

The home screen app icon and the splash screen is still 1588664168165.png

I already have my png files ready.

Code:
  "icons": [
    {
      "src": "/images/logo-square.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/images/logo-square-big.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/images/logo-square-small.png",
      "sizes": "192x192",
      "type": "image/png"
    }

Problem solved: OK, it's actually the android Chrome's caching problem. I cleared everything for Chrome and now I got the icons.
 
Last edited:
Glad that version 2.2 will integrate this. Stronger and better!

 
Glad that version 2.2 will integrate this. Stronger and better!


How better is the official pwa feature than this add-on?
 
Does XF add this automatically? I'm using XF 2.1 and don't see this popup on my forum. How can I enable it? Thanks.
 
Top Bottom