Child pages
  • Favicon support
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

NGClient generates in the index.html 2 link tags for icons:

 

<link rel="shortcut icon" href="favicon32x32.png" sizes="32x32" />
<link rel="shortcut icon" href="favicon192x192.png" sizes="192x192" />

 

By default those are the servoy icons, these are places in the webapp root dir, that is in a developer/application_server install: 

<install-dir>application_server\server\webapps\ROOT

you can replace the files there with the right sizes. When creating a WAR file for deployement servoy will take those files from that developer installation and include it in the WAR.

For max compatibility also place a favicon.ico file there besides those 2 above. Some browsers will auto look for that one.

 

NOTE: the files where called favicon75x75.png and favicon200x200.png before 8.1.2

  • No labels