bootstrap-autohidingnavbar
bootstrap-autohidingnavbar copied to clipboard
Delay on navbar hiding on mobile Chrome
On mobile chrome the navbar takes a little while to disappear and doesn't work as smoothly as in mobile Safari or desktop versions.
Thanks a lot for this, awesome plugin!
This also happens on webpages which you add to your homescreen on ios devices which has full screen mode enabled, i.e. <meta name="apple-mobile-web-app-capable" content="yes">
present
FYI: <meta name="apple-mobile-web-app-capable" content="yes">
has no effect on iOS 9.1. Safari work.
It seems that Chrome on iOS doesn't fire the scroll event until the scroll animation finishes. Therefore the navbar hide effect triggers at that moment.
When using Safari, it works perfect however.