Android 2.1 浏览器上的怪异之处:Twitter 用户页面无法加载
指向用户“coopthink”的 URL 可在大多数浏览器(包括 iOS 上的 Chrome 和 Safari)中使用:
http:// /www.twitter.com/coopthink
但是,如果我在 Android 上尝试这个(我正在编写一个应用程序,但这甚至直接发生在浏览器中),它会重定向到:
https://mobile.twitter.com/#!/coopthink
,然后说“抱歉,该页面不存在”。知道哪里出了问题以及正确的 URL 是什么吗?
编辑:这似乎适用于 Android 2.2 及更高版本;只有 2.1(可能更低)显示此问题。
The URL which points to the user "coopthink" which works in most browsers, including Chrome and Safari on iOS is:
http://www.twitter.com/coopthink
However, if I try this on Android (I'm writing an app, but this even occurs directly in the browser), it redirects to:
https://mobile.twitter.com/#!/coopthink
and then says "Sorry, that page doesn't exist". Any idea what is wrong and what would be the correct URL?
EDIT: This seems to work on Android 2.2 and higher; only 2.1 (and possibly lower) show this problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 2.2 和 2.1 模拟器上尝试一下。之前我在模拟器上使用 Android 2.2 和元标签时遇到了一些奇怪的行为。请参阅我的上一篇文章。这似乎是哈希值和较低版本的模拟器代码的错误。我还没有在同代的实际设备上测试过它。
Try this on a 2.2 and 2.1 emulator. I was getting some strange behavior previously with Android 2.2 and meta-tags on an emulator. See my previous post. It seems to be a bug with hashes and lower versions of the emulator code. I haven't tested it though on an actual device of the same generation.