hide mobile browser address bar on chrome (android)
问题 We have a site, where with a simple JavaScript <body onLoad="setTimeout(function() {window.scrollTo(0, 1)}, 100);"> We hide the address bar on most browsers (safari, and the native android browser) this line of JavaScript works fine for most, but we have noticed a strange behavior on chrome, the page indeed scroll down, but the address bar doesn't hide! After the loading of the page, if the user scrolls down a little bit with the finger, the address bar hides normally. I have also tried to