Remove web app builder logo from app

1191
7
Jump to solution
12-06-2018 02:24 PM
joerodmey
MVP Alum

Looking to remove the web app builder app logo from the app that is on my web server. Built using developer edition of web app builder. I have included the favicon.ico in the app directory on my server and still nothing. 

Any ideas? Thanks

1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

logo for favorites in a browser: Yes

shortcut icon on a iPhone/iPad home screen: No. That would require an addition like this to the index.html

<link rel="apple-touch-icon-precomposed" href="images/badge_57.png" />

View solution in original post

0 Kudos
7 Replies
RobertScheitlin__GISP
MVP Emeritus

Joe,

   In the apps index.html you will find this line:

<link rel="shortcut icon" href="images/shortcut.ico">

So that means you need your shortcut.ico to be in the apps images folder.

0 Kudos
joerodmey
MVP Alum

Will this also provide a logo for favorites in a browser and the shortcut icon on a iPhone/iPad home screen?

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

logo for favorites in a browser: Yes

shortcut icon on a iPhone/iPad home screen: No. That would require an addition like this to the index.html

<link rel="apple-touch-icon-precomposed" href="images/badge_57.png" />
0 Kudos
joerodmey
MVP Alum

does the .png file need to be named apple-touch-icon-precomposed?

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

nope

joerodmey
MVP Alum

I'm assuming this specific for apple devices? If so is there one for android devices?

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Not that I am aware of. Has your question been answered?

0 Kudos