pwa-builder / PWABuilder

The simplest way to create progressive web apps across platforms and devices. Start here. This repo is home to several projects in the PWABuilder family of tools.
https://docs.pwabuilder.com
Other
2.71k stars 280 forks source link

No Update For launch_handler Result #4684

Closed BayuAngora closed 5 months ago

BayuAngora commented 6 months ago

What happened?

IMG_20240317_000129

I fill launch_handler part on my manifest.json but there still no update score everytime I test the new scan?

How do we reproduce the behavior?

IMG_20240317_000129

What do you expect to happen?

No response

What environment were you using?

Android

Additional context

No response

jgw96 commented 5 months ago

Hey! I totally should have noticed this 3 weeks ago, but your launch_handler should be an object, not an array (: "launch_handler": { "client_mode": "auto" },

BayuAngora commented 5 months ago

Hey! I totally should have noticed this 3 weeks ago, but your launch_handler should be an object, not an array (: "launch_handler": { "client_mode": "auto" },

Thanks for answer.