Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG - Slide up in very small steps >> NavBar does not appear #330

Open
StefaniOSApps opened this issue Oct 11, 2018 · 5 comments
Open

BUG - Slide up in very small steps >> NavBar does not appear #330

StefaniOSApps opened this issue Oct 11, 2018 · 5 comments

Comments

@StefaniOSApps
Copy link

StefaniOSApps commented Oct 11, 2018

Describe the bug
If you scroll up without having your finger on the screen, the navbar is not displayed when you arrive at the top OR slide up in very small steps

To Reproduce
Steps to reproduce the behavior:

  1. Open the Demo.
  2. Scroll up without finger like in the video.
  3. NavBar does not appear

Expected behavior
NavBar should at appear when you arrive at the top (or before)

Video (ZIP)
ScreenRecording_10-12-2018 00-53-41.MP4.zip

On the 3rd try you can see that the NavBar does not appear.

@StefaniOSApps
Copy link
Author

StefaniOSApps commented Oct 12, 2018

You can also reproduce the bug by scrolling up in very small steps. I recorded this in this video.
ScreenRecording_10-12-2018 19-23-33.MP4.zip

@StefaniOSApps StefaniOSApps changed the title BUG - Slide up without finger on screen >> NavBar does not appear BUG - Slide up in very small steps >> NavBar does not appear Oct 12, 2018
@iniko83
Copy link

iniko83 commented May 17, 2019

It's not bug.
When you release your finger - controller just call checkForPartialScroll(), and navigationBar move up.
Of course - where's an option do not checkForPartialScroll() - some screens may not require show/hide navbar. But where's no problem copy code and change it for your logic.

@StefaniOSApps
Copy link
Author

Thanks for the very fast answer :-). I have now developed the previous framework and now use: https://github.com/StefaniOSApps/TLYShyNavBar

@iniko1983x
Copy link

Yes, I also failed to found Rx extension for scrolling navigationBar & seems also will tuning this solution by self :(

@StefaniOSApps
Copy link
Author

You are welcome to watch my project. It has a very good demo. Currently it is still faulty on WKWebView.

Thanks for the very fast answer :-). I have now developed the previous framework and now use: https://github.com/StefaniOSApps/TLYShyNavBar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants