> Le 16 avr. 2015 à 13:44, Gautier de Montmollin <[email protected]> a écrit :
> 
> Even without favicon.ico in the application's html directory, even after 
> removing favicon.ico in GNOGA html directory, even after deleting the browser 
> cache and also putting another image into favicon.ico, same: it's always Lady 
> Ada (not that don't like her ;-) ) .
> Now it could be Chrome. It is or was able to keep an hotel's WLAN's 
> operator's icon for any site for months after the visit to the hotel (and 
> after deleting the cache).
> 
> A solution that works: add an explicit reference in debug.html, and perhaps 
> using another name than favicon is helpful as well.
> 
>    <HEAD>
> ...
>       <link rel="Shortcut Icon" href="azip.ico"> 
>    </HEAD>

Hello Gautier,

I make favicon customization available directly by the application:
(view changes 
https://sourceforge.net/p/gnoga/code/ci/a4e84e085d76965855e84505f00d174d30160b4e/)

   Application.Title ("Test App for Gnoga");
   Application.HTML_On_Close
     ("<b>Connection to Application has been terminated</b>");
   Application.Favicon ("img/E5a.png");  -- <- for instance

By default shortcut icon link "favicon.ico" (Lady Ada ;-) has been added to 
Gnoga boot html files.
It is overridden by Application.Favicon call with custom favicon URL.

It has been tested with Safari browser on macOS.
It would be kind to test it with IE on Windows.

Regards, Pascal.
http://blady.pagesperso-orange.fr




_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to