javascript - window.location.href doesn't work in Ipad and Iphone -
i used google login api in form. after logged in user, used window.location.href
redirect user page, not working in ipad
, iphone
.
window.location.href = "http://example.com/test";
remove href
shown below
window.location = "http://example.com/test";
javascript ios mobile
No comments:
Post a Comment