bootstrap-autohidingnavbar icon indicating copy to clipboard operation
bootstrap-autohidingnavbar copied to clipboard

Delay on navbar hiding on mobile Chrome

Open navinpeiris opened this issue 10 years ago • 3 comments

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!

navinpeiris avatar Sep 25 '14 04:09 navinpeiris

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

navinpeiris avatar Sep 25 '14 05:09 navinpeiris

FYI: <meta name="apple-mobile-web-app-capable" content="yes"> has no effect on iOS 9.1. Safari work.

un33k avatar Nov 05 '15 00:11 un33k

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.

antoniotajuelo avatar Jan 07 '16 10:01 antoniotajuelo