移动图标在 CodeIgniter 中不起作用

问题描述

当我使用 pc 访问页面时,我的 CodeIgniter 网站的图标工作得非常好。但在移动设备中,apple-touch-icon 无法加载。

<link rel="apple-touch-icon" sizes="180x180" href="<?PHP echo base_url();?>apple-touch-icon.png">
<link rel="icon" type="image/png" href="<?PHP echo base_url();?>favicon.png" sizes="32x32">
<link rel="shortcut icon" href="<?PHP echo base_url();?>favicon.ico">
<Meta name="msapplication-TileImage" content="<?PHP echo base_url();?>mstile-144x144.png">
<Meta name="msapplication-TileColor" content="#00aba9">

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)