I am using Angular UI Router. Whenever I click the link with ui-sref, the address bar appears from the ios mobile browser. For example, when I scroll down, the address bar is hidden, and if I click on the link and the page transition ends, the address bar ui appears instantly. This makes it less user friendly, as the page suddenly moves down a bit due to the address bar.
This website has the same problem as me.
I found a website that does not have this problem, although they do not use angular.
This does not happen on android chrome. And it only happens on ios safari. The version I tested was ios 9.
I tried to override the hidden one, but this is not the solution I want, because the address bar is always visible.
What causes this behavior?
source share