You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to package our PWA for publishing in Google Play using PWABuilder, I got an error related to the icons array in manifest.json.
If your icons array includes a maskable icon, this must be included as a separate icon, and can’t be added as a dual icon type (like any maskable, for example). This is because using maskable icons as any can result in icons not being displayed optimally.
Source: https://docs.pwabuilder.com/#/builder/manifest?id=icons
When I manually created manifest.json file (copied and pasted the content of the original manifest.json file generated by your PWA plugin) and updated the icons array, the issue disappeared and I was able to package our PWA.
Also, I have a question:
Why doesn't the plugin create the manifest.json file in the WP site root directory?
It would be useful to have it there to make edits when necessary.
The text was updated successfully, but these errors were encountered:
@iworks, what if changing the logic of the plugin to generate a real manifest.json file will be a solution to another issue #5 (The “manifest.json” file is no reachable.")?
When I tried to package our PWA for publishing in Google Play using PWABuilder, I got an error related to the icons array in manifest.json.
When I manually created manifest.json file (copied and pasted the content of the original manifest.json file generated by your PWA plugin) and updated the icons array, the issue disappeared and I was able to package our PWA.
Also, I have a question:
Why doesn't the plugin create the manifest.json file in the WP site root directory?
It would be useful to have it there to make edits when necessary.
The text was updated successfully, but these errors were encountered: