Hi Everybody,
I am trying to add apple-touch icons to our instance so that users can add an app icon to their home-screen and have the awesome native-like functionality of ERPnext Mobile behind it.
-
I generated all necessary Icon sizes with the wonderful:realfavicongenerator,
-
Added links in doc Head of frappe/frappe/templates/web.html (See below),
-
And placed all the necessary images in /frappe/public/images/
{% block title %} {{ title }} {% endblock %}
The touch-icons are not working. I am not sure which view to add to that gets inherited by erpnext/login.html
Any direction on which view to add icons to and where to place images would be greatly appreciated.
Thanks