djett41 / ionic-scroll-sista

An Ionic plugin that hides the header/tabs while scrolling
MIT License
125 stars 38 forks source link

<ion-nav-bar> unhides when scroller reaches to the bottom of the page with a flicker. #23

Closed desmochai closed 8 years ago

desmochai commented 8 years ago

Consider this markup:

screen shot 2015-10-05 at 6 33 55 pm screen shot 2015-10-05 at 6 34 13 pm

I would really appreciate your suggestions. Thank you :)

desmochai commented 8 years ago

I commented out the below if condition, it works like a charm :+1:

if (scrollView.getScrollMax().top - scrollTop <= contentTop) { y = 0; duration = defaultDuration; }

In my opinion, it would be awesome if this was configurable.

djett41 commented 8 years ago

Thanks! I'm linking this to another current issue with the same request!

desmochai commented 8 years ago

Also, if you have spare time and review @flavordaaave pull request. I really want the snap option in my app. Thank you