I used this line of code in my web app to add icon:
<link rel="apple-touch-icon" href="images/ipadicon.png" />
but iOS added glare (glass) on icon automatically, and I don't want this.
I know that I can say to iOS for my native app that I don't want glass, but I dont figure out how to do that for web app.
Change the rel
to say apple-touch-icon-precomposed
:
<link rel="apple-touch-icon-precomposed" href="images/ipadicon.png" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With