I made simple React app by "create-react-app" function (using hash-router, if it will help), and deployed it on github-pages. But, unfortunately, non of my pages doesn't hide address bar in mobile browsers when scroll down. Height of pages of course is more then 100%. Similar problem was there: Force hide address bar in Chrome on Android , but there is no solution for me. This is not a hybrid app or something else, it's just a site. I don't need to hide address bar on load, just only when scrolling down, and pop up it when scrolling up. I think it's just normal behaviour for site by default, isn't? Maybe I need to add/delete something in my .html/.css/.jsx/.json files to make it workable (maybe I deleted something important for it, I don't know), but I can't find differences between my site and others sites, written on React or pure html/css/js stack. I also tried to find information here and in internet, spent about 2 hours on it. I'm desperate.
Have learned following questions here:
hide mobile browser address bar on chrome (android)
How to hide the toolbar in Chrome for Android tablets for a 100% high website
Hide address bar in android chrome browser with scroll down gesture