Ruby on Rails:将 .png iphone bomark 图标放在哪里?
我正在尝试向我的 Rails 应用程序添加一个图标,以便在用户决定为其添加书签时该图标会显示在 iPhone 的主屏幕上。 我尝试了一些方法,但它不起作用。我到底应该将 .png 文件放置在哪里?我是否必须提供多种尺寸才能支持 iphone 4 和 ipad? 一旦我复制了图像,我必须重新启动服务器吗?我是否必须为我的视图之一添加额外的代码行?
非常感谢任何帮助!
I'm trying to add an icon to my rails applications so that the icon shows up on an iphone's homescreen if a user decides to bookmark it.
I have tried a couple of things and its just not working. Where exactly do I have to place the .png file? Do I have to provide multiple sizes in order to support the iphone 4 and the ipad?
To I have to restart the server once I have copied the image over? Do I have to at extra lines of code to one of my views?
Any help is greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以防万一有人像我一样出现。这就是你在 Rails 中的做法,.erb:
这是我找到的参考。
http://api.rubyonrails.org/classes/ActionView/Helpers/AssetTagHelper.html
Just in case someone comes along like I did.. this is how you do it on in rails, .erb:
This is the reference I found.
http://api.rubyonrails.org/classes/ActionView/Helpers/AssetTagHelper.html
在你的 HTML 头部位置:
In your HTML head place: