It seems that the Android browser doesn\'t properly implement window.location.replace.
window.location.replace
In most browsers, calling window.location.replace wi
Will this work?
document.location.href = 'http://example.com/somePage.html';