Changing App Favicon

0
Hi All,   I upgraded my mendix 7 to mendix 8 but now the favicon of my App defaulted to mendix icon and I can’t figure it how to modify it. I will really appreciate the help on how to alter the favicon.   Thank you.
asked
4 answers
3

Replace the favicon.ico in the folder <projectdir>/theme  with your own custom favicon.ico
Mind you, caching might be playing tricks on you here. Press Ctrl-R in your browser to make sure it refreshes your favicon.

answered
1

Hi,

If you use the new Mendix 8.13 you can change your favicon directly in the Navigation Settings of your project, no need to change the layouts anymore.

 

Regards
Diego
Team lead | UI Content

answered
0

Try this widget Dynamic Favicon

answered
0

There is is the SetFavicon action in the standard Web Actions module from Mendix in the Marketplace. 

 

https://marketplace.mendix.com/link/component/114337

 

You can use this to set a Favicon from a Nanoflow. 

 

It supports 16x16, 32x32, and Apple Touch Icons.

 

I hope this helps.

answered