NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on August 25, 2020, 09:15:15 AM
-
Im gettin this error on the browser.
I can see
<link rel="icon" sizes="192x192" href="icon.png"/>
on the source
but I cant find icon.png in my code
-
Look in the NetWebServerWorkerBase.CommonHeader method in netweb.clw.
-
Thanks Jane, Ive found:
If self.site.PinchToZoom = false
str.append('<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><13,10>')
str.append('<link rel="icon" sizes="192x192" href="icon.png"/><13,10>')
str.append('<link rel="apple-touch-icon" href="apple-touch-icon.png"/><13,10>')
end
Weird because Its a simple web server.
And today Im not having the error.
May be because I was testing some JS functions... dont know...
Thanks again
-
easiest way to make it go away is to make an icon.png for your web folder.