在移动设备中访问时,SharePoint 面向外部的网站能够访问完整网站和非完整网站
我有一个在 SharePoint 2007 中构建的外部网站。该网站的用户在从移动设备访问时需要有一个选项来查看完整的网站。我正在考虑创建一个按钮控件来执行此操作。问题是,做到这一点的最佳解决方案是什么?有什么想法吗?
提前致谢。
I've got an external site that's built in SharePoint 2007. the user of the site need to have an option to view the full site when accessed from a mobile device. I am thinking of just creating a button control to do this. The question is, what would be the best solution to do this? Any idea?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于某些原因,我不建议在移动设备中查看完整的网站
由于 sharepoint 生成的所有垃圾 HTML 代码,我不确定它在移动设备中的外观如何。这就是我们拥有移动视图的原因。
由于上述原因,移动设备的性能会较低。
添加按钮或链接是一种选择。查看 MSDN 其中讨论了您可能感兴趣的移动页面。
I wouldn't recommend viewing the ful site in a mobile for some reasons
With all the junk HTML code that sharepoint produces I am not sure how it is going to look in a mobile device. This is the reason why we have the mobile view.
Because of the above reasons performance will be lower in a mobile device.
Adding a button or link is an option. Take a look at this page from MSDN wich talks about mobile Pages which could be of some interest to you.