It seems that the Android browser doesn\'t properly implement window.location.replace.
window.location.replace
In most browsers, calling window.location.replace wi
To make it work across all/most mobile platforms check out this link.
Shows how to handle redirect for Android, iPad and iPhone.
Android uses document.location whereas iOS supports window.location.replace
document.location