iPhone PhoneGap 更改 url
有没有办法更改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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想在单击链接时更改网址,只需执行以下操作:
或
If you want to change the url when you click on a link you just need to do :
OR