Is there a way within WeWeb to prevent it from outputting its default apple-mobile-web-app-title and apple-touch-icon tags into the HTML , while still keeping the main PWA feature enabled (so the Service Worker remains active)?
Being able to suppress only these specific tags would allow the proxy-injected tags for the white-label domain to be the only ones present, likely resolving the conflict for Safari.
Disabling the main PWA feature entirely is not an option, as it breaks the Service Worker needed for installability on all platforms.
Any insights or workarounds would be greatly appreciated! Thanks!