Link WebApplication on Home scrren of Iphone

0
0

Hi,

I have a web application thats work fine in every browse.

I am able to link the url on home screen of my iphone.

I ask yuo if it’s possible to change the icon of the link.

On the web i read about meta tag named  ‘apple-touch-icon‘  for this porpouse.

have any information and suggestion  how to use it.

 

Thanks

  • You must to post comments
0
0

Hi Angelo,

have not tried it yet, but did you put the needed code into your default.html (head section)?

Something like this:

[code]
 <link rel="apple-touch-icon" href="http://yourdomain.com/apple-touch-icon.png"/>
[/code]

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.