I'm currently setting up my web app for progressive web app support but I can't seem to stop the name / short_name property from displaying in the Android splash screen.
Is there anyway to hide the text and only show the icon ?
I'm currently setting up my web app for progressive web app support but I can't seem to stop the name / short_name property from displaying in the Android splash screen.
Is there anyway to hide the text and only show the icon ?
You have to specify at least one of two - name or short name., Tricking with space chars is not an option as "Name" will be used in install prompt which is important for convincing the user to add to home screen. This is a space which is seeing some changes(like how Chrome treats name and short name changed in recent past). You can hope to see hiding options. But no luck for now.