limjix
limjix

Reputation: 573

How to remove the Nuxt loading page in PWA mode

I just created a PWA using NUXTjs + the PWA configuration.

I've uploaded it to firebase and it works fine on my phones browser.

But when I save it to the home screen. When I run the app, I get the Nuxt loading screen before entering the app. Is there a way to remove this or customise it to my use?

enter image description here

Thank you.

Upvotes: 0

Views: 2006

Answers (1)

BeHappy
BeHappy

Reputation: 3978

You have to change icon.png existed in static folder.

Or you can change defaults with following doc: https://pwa.nuxtjs.org/modules/icon.html#options

Upvotes: 2

Related Questions