我正在使用SAP Hana Cloud试用版(SAP WEB IDE)。我试图将主屏幕功能添加到我的应用程序中。我的项目结构是:
http://scn.sap.com/servlet/JiveServlet/showImage/621327/structure.png
在索引.html文件中,我添加了这样的行:
<link rel="apple-touch-icon" sizes="57x57" href="images/apple-touch-icon-iphone.png"/>
然后我部署我的应用程序,当我尝试在我的iPhone 5s设备(iOS版本:8)上添加主屏幕时,我的图像没有添加。
有趣的是,当我使用来自互联网的图像(链接到图像)时,一切都很好 - 图像被添加到主屏幕:
<link rel="apple-touch-icon" sizes="57x57" href="http://www.platinumpay.net/images/EP_employees.png">
你能帮忙吗,可能出了什么问题?图像路径或定义中的东西?
BR, 克里斯塔普斯
也许这可以帮助你?http://chrislowthian.co.uk/web-development/add-favicon-apple-touch-icons-website/