Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML meta tag for Windows Phone “website pin to start”

I'm developing website and I would like to know if it's possible to set shortcut icon for website (when you pin website to start screen on Windows phone mobile IE), just like on apple (apple touch icons).

I found this, but it doesn't work :(

<meta name="msapplication-TileImage" content="windows_phone_icon.png">
<meta name="msapplication-TileColor" content="#1B262B">

Thanks for your help!

like image 938
marc_s Avatar asked Nov 28 '13 18:11

marc_s


1 Answers

Windows Phone now supports the msapplication meta tags, as well as browserconfig.xml and RSS feed. If you did the work for IE10 or 11, it will now work on Windows Phone as well.

The code you suggested should do the trick with the latest Windows Phone update.

like image 78
David Johansson Avatar answered Sep 28 '22 06:09

David Johansson