小部件和 .mobi 网站,这可能吗?
我有几个顾虑,我正忙着为客户构建一个普通的 .mobi 网站,所以基本上我的理解是保持简单,因为大多数手机不支持 JavaScript 并且屏幕较小等。所以我构建了一个 mobi网站仅使用内容和基本链接。现在我的问题是移动小部件如何在移动网站上工作?我用谷歌搜索但找不到答案?这有可能吗?既然这些小网站适用于普通入门级手机而不是智能手机?
I have a couple of concerns, I'm busy building a normal .mobi site for a client, so basically how I understand this is keep it simply since most phones do not support JavaScript and have a small screen etc. So I build a mobi site using only content and basic links. Now my question is how do mobi widgets work on a mobile site? I've googled and could not find a answer? Is this possible at all? Since these small sites are meant for normal entry level phones and not smartphones?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
.mobi 是一个域名后缀,通常用于识别特定于移动设备的内容。它并不意味着与小部件有任何关联。
移动小部件通常特定于操作系统,并且其定义因移动操作系统而异。例如,诺基亚 Web Runtime Widgets 使用网络浏览器并提供对设备特定 API 的访问,但它是 S60 原生的,需要安装在设备上。我认为这不是您或您的客户想要的。
您有多种开发移动网站的选择。看看我给出的答案 在这里。它可能会帮助您指明正确的方向。还可以搜索与 DeviceAtlas 相关的问题,DeviceAtlas 也提供与 WURFL 类似的 API。
还值得一看这个答案。
.mobi is a domain suffix generally used to identify that the content is specific to mobile devices. It doesn't imply any association with Widgets.
Mobile widgets are generally specific to operating systems, and their definition varies across mobile OS's. Nokia Web Runtime Widgets for example use the webbrowser and provide access to device specific API, but it is native to S60 and needs to be installed on the device. Not what you or your client want here I think.
You have couple of options for developing mobile web sites. Have a look at the answer I gave here. It may help point you in the right direction. Search also for questions related to DeviceAtlas, who also provide similar API to WURFL.
Worth also taking a look at this answer.