Does Android support window.location.replace or any equivalent?
问题 It seems that the Android browser doesn't properly implement window.location.replace . In most browsers, calling window.location.replace will replace the current URL with the URL passed to it. When the user navigates somewhere else then clicks back, they'll be returned to the URL that was passed to window.location.replace , rather than the URL that they were at before window.location.replace was called. The Android browser doesn't seem to implement this properly. In the Android browser, the