INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Panel HTML needs link for mobile "home screen" icons  (Read 738 times)

avid

  • Regular Member
  • World Citizen
  • ***
  • Posts: 180
  • MC user since 2003
Panel HTML needs link for mobile "home screen" icons
« on: November 17, 2017, 12:17:37 pm »

I have just upgraded from MC22 to MC23 mainly to get access to Panel, which will probably replace my use of Gizmo.

But if I open http://192.168.1.xxx:52199 on my phone and then "share" that page to my home screen as a web app shortcut, I get a blank generic icon. From my own similar web pages, what is needed are <link>s in the HTML <head> section to reference suitable PNG icon images to use - like my:

Code: [Select]
    <link rel="apple-touch-icon" href="/Content/apple-touch-icon.png" />
    <link rel="icon" href="/Content/Avid4-192.png" sizes="192x192" />

These are in addition to the "shortcut icon" <link> (which you already have) to set the browser tab favicon. The first <link> is for Apple and the second for Android.

Any chance?? Thanks

Brian
Logged
Pages: [1]   Go Up