使用javascript在android上获取history.pushState后的url

发布于 2025-01-08 01:18:07 字数 146 浏览 0 评论 0原文

我的网页使用ajax加载数据,如果加载页面,我使用window.history.pushState更改url,但是在android上更改window.location.href后仍然返回我以前的链接(链接在url栏上更改)。在桌面浏览器上运行良好。有什么办法可以解决这个问题吗?

My web page loads data with ajax and if page is loaded I change url using window.history.pushState but after change window.location.href on android still returns me previous link (link is changed on url bar). On desktop browsers works fine. There is any way to resolve this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

荒岛晴空 2025-01-15 01:18:07

对于那些想知道的人来说,这是一个错误:
http://code.google.com/p/android/issues/detail ?id=17471

解决方法是手动跟踪您所做的pushState

For those wondering, it's a bug:
http://code.google.com/p/android/issues/detail?id=17471

a workaround would be to manually keep track of the pushState that you do

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文