window.location.href在Ipad和Iphone中不起作用

时间:2014-10-18 12:42:20

标签: javascript ios mobile

我在表单中使用了Google Login API。登录用户后,我使用window.location.href将用户重定向到另一个页面,但它在iPadiPhone中无效。

window.location.href = "http://example.com/test";

1 个答案:

答案 0 :(得分:3)

删除href,如下所示

window.location = "http://example.com/test";