iPhone PhoneGap 更改 url

发布于 2024-12-27 09:46:34 字数 228 浏览 0 评论 0原文

有没有办法更改iPhone/iPad 上phonegap 的url?在 Android 中,您可以简单地使用 loadUrl 来更改 url,但 iPhone/iPad 上似乎不存在这样的功能。

我知道使用重定向存在“肮脏”黑客行为...但这排除了在您包含在phonegap(通过重定向)中的外部网站上使用phonegap api。

对这些人有什么帮助吗?

非常感谢。

Is there any way of changing the url for phonegap on iPhone/iPad? In Android you can simply use loadUrl to change the url but a function like this doesn't seem to exist on iPhone/iPad.

I know there is a 'dirty' hack by using a redirect... but this rules out the use of the phonegap api on the external website which you are including in phonegap (via redirect).

Any help on this guys?

Many thanks.

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

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

发布评论

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

评论(1

も让我眼熟你 2025-01-03 09:46:34

如果您想在单击链接时更改网址,只需执行以下操作:

window.location="page.html";

window.location.href="page.html";

If you want to change the url when you click on a link you just need to do :

window.location="page.html";

OR

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