iPad iPhone Icon - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9) +--- Thread: iPad iPhone Icon (/showthread.php?tid=274) |
iPad iPhone Icon - josep - 12.04.2016 Hello, anybody knows if it's possible to change the default icon when you create a shortcut in a iPad or iPhone visualization? In iOS systems it is possible if you use a link to specific icon into a html web definition... Thank you very much. https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html RE: iPad iPhone Icon - Erwin van der Zwart - 12.04.2016 Hi, iOS use a icon (1 for touch visu and 1 for pc visu) that is stored somewhere in a system folder on the controller. The only way to change this is to overwrite the default embedded image files with the user created image. So I would recommand to leave this as it is (: BR, Erwin van der Zwsrt RE: iPad iPhone Icon - josep - 15.02.2017 Hello Erwin, How Can I see the system folder in controller to try to change this icons? I'm very interested in change the default icon to my company icon to customize all the client experience. THX!!! RE: iPad iPhone Icon - Thomas - 21.02.2017 Hi I'm not sure I understand your question but look at "my" thread under yours http://forum.logicmachine.net/showthread.php?tid=616 The process described here works for Android and iOS too. Tested at iPhone 6S. I've explored some iOS limitations: 1. Icon must be in PNG 2. No alpha allowed 3. Resolution 256x256px RE: iPad iPhone Icon - buuuudzik - 22.02.2017 (21.02.2017, 23:38)Thomas Wrote: HiYou can also check this thread and change the Icon via js. http://forum.logicmachine.net/showthread.php?tid=616 RE: iPad iPhone Icon - josep - 24.02.2017 Hi, it works fine, thank you very much!! RE: iPad iPhone Icon - admin - 24.02.2017 This approach via custom JS is the best solution. If you try to replace the icon file directly it will be reverted after firmware upgrade. RE: iPad iPhone Icon - Thomas - 24.02.2017 Hi Admin The JS solution has a problem. The script is processed and the icon is downloaded at the end of the initial process. So when the web application is launched there's the original icon and webpage name flashing at some configurations. It doesn't look very professional. May I ask you about adding these simple global settings + a certificate store to the next release? Thank you RE: iPad iPhone Icon - admin - 27.02.2017 Certificate management is planned, icon/title changes are not planned because there are not many requests for this feature. |