我正在使用 SAP Hana Cloud 试用版 (SAP WEB IDE)。我试图将主屏幕功能添加到我的应用程序。我的项目结构是:
http://scn.sap.com/servlet/JiveServlet/showImage/621327/structure.png
在 index.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,克里斯塔普斯