You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to re-create bug
On most iphone simulators, the search bar is dismissed on scroll down as intended. However, on scroll up, the search bar does not re-appear. Oddly, this works as intended only on iPhone 13 Pro and iPhone 13 Pro Max simulators.
This bug is surrounding the navbar's hidesBarsOnSwipe property. Note that the hidesBarsOnTap property works as intended on all simulators.
What I've tried so far:
A few forum posts recommended changing the scrollview's top contraint to be pinned to the superview instead of the safe area. This results in an undesirable layout.
The text was updated successfully, but these errors were encountered:
How to re-create bug
On most iphone simulators, the search bar is dismissed on scroll down as intended. However, on scroll up, the search bar does not re-appear. Oddly, this works as intended only on iPhone 13 Pro and iPhone 13 Pro Max simulators.
This bug is surrounding the navbar's
hidesBarsOnSwipe
property. Note that thehidesBarsOnTap
property works as intended on all simulators.What I've tried so far:
The text was updated successfully, but these errors were encountered: