@@ -1596,6 +1596,10 @@
function setWindowHash(hashValue){
hashValue = JSON.stringify(hashValue);
+ if (!isAndroid){
+ return;
+ }
+
if(history.pushState) {
window.history.pushState(null, null, '#' + hashValue);
}else {