We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Touch Icons for Login Page
By default, when saving a web shortcut to the home screen on any mobile OS, you either get a mini screenshot of the page, or a letter. By defining touch icons, we can control the image that is displayed when a shortcut is displayed on mobile OS home pages.
Usually this is done using the following code in the <head> section of the page, but unfortunately the HTML cannot be edited for the login page.
<link rel-"apple-touch-icon" href="/apple-touch-icon.png">
<link rel-"apple-touch-icon-precomposed" href="/apple-touch-icon.png">
Although, with iOS just adding images in the correct size with the correct names to the root of the site means they will be loaded when the shortcut is created. Unfortunately though, most Android devices require the HTML above in order for it use the images.
Thanks,
David