I was wondering if is there a way to hide the address bar (or don't show up) on google chrome when you scroll up to the content. In safari, it is automatic, the address bar shows only on the top of the page but not in google chrome.
Is there an issues about it ?
I tried with scrollTo(0,1); but works only one time and that's not the effect that I wanted.
Related
I have an application that is used in Google Chrome with the following parameters:
--new-window
--unlimited-storage
--autoplay-policy=no-user-gesture-required
--window-position=100,100
--window-size=384,96
--app=URL
When the browser opens, it has the top bar with the close, minimize and maximize buttons, but I don't want the top bar.
I need it to look like the picture.
We have just encountered a Chrome (65.0.3325.181) and Opera (52.0.2871.37) scrolling bug. This is on an intranet page so I can't give you a URL. But if the following symptoms are familiar to you, and you know the specific cause and a fix, please advise.
The scrollbar appears, and about 9 of 50 items can be scrolled vertically into view, at which point scrolling stops. It's as if the page believes there are no more items to be displayed.
However, if a new tab is opened and the URL from the broken page is pasted into its address bar, so that the page is retrieved from cache, scrolling works perfectly in the new tab.
I'm working on the following page and I can not figure out why I can not scroll the page when used on my physical iphone 5s
http://chatface.me/
If you go to the page above, you will be presented with a form that contains three text boxes, username, password and email address. After those get filled out, another page will load inside the iframe, it's this page that should be able to scroll. I can scroll it when on PC or Android, but not when using my IPhone 5s. Any idea why this is happening?
I found a problem in Google Chrome on Ubuntu: When I scroll the page with the mouse roller, the page header doesn't look good when I scroll to the top of the page (sometimes the problem is fixed after a few seconds, sometimes not). It happens only in some websites. Is it a known bug of Google Chrome? I'm using Google Chrome Version 33.0.1750.117.
I am implementing a mobile website, which has menu link and contact phone at the top of the page with CSS position:fixed.
Unfortunatelly, Chrome on iPhone has a behavior that when I scroll up, the Chrome URL bar appears at the top of the page over my menu and I have to scroll down or wait some 5 seconds for hiding the Chrome bar and accessing the menu again.
Is there some option to disable this mobile chrome behaviour or some workaround?