将用户跳至移动网站,但仍允许“完整网站”看法
这是我想要的场景:
用户访问网站 site.com,元标记检测到用户使用移动设备,并将用户跳转到 m.site.com。然后,用户会看到“查看完整站点”的链接并单击它。
但随后,该网站再次将用户退回。
有没有一种干净的方法来处理这个问题?允许用户选择他/她想要查看的版本,但默认情况下,首先访问移动网站?
谢谢!
This is scenario I'm going for:
User visits the site, site.com, meta tag detects that the user is on a mobile device, and bounces the user over to m.site.com. Then, the user sees a link for "View full site," and clicks on it.
But then, the site bounces the user over again.
Is there a clean way of handling this? Allowing the user to choose which version he/she wants to see, but by default, first going to the mobile site?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我能想到的方法有很多。
- 仅当未检测到特定 cookie 并且用户使用移动用户代理时,您才能重定向用户。
Tonnes of ways I can thing of.
-You could only redirect the user if a particular cookie is not detected, and they are using a mobile user-agent.