Scrollable content gets cut off by the header with a search bar on iOS 12 #1120
Labels
Bug
Something isn't working
Platform: iOS
This issue is specific to iOS
Repro provided
A reproduction with a snack or repo is provided
Description
When focusing the search bar on iOS 12, the top portion of the
ScrollView
is cut off.Also, a white flash can be seen at the bottom of the screen when the search bar loses focus, and the backdrop seems to cover the entire screen including the header.
Demo:
Simulator.Screen.Recording.-.iPhone.5s.-.2021-09-10.at.18.37.42.mp4
There is no issue on iOS 13+:
Simulator.Screen.Recording.-.iPhone.11.Pro.-.2021-09-10.at.18.35.48.mp4
Screenshots
Steps To Reproduce
ScrollView
with some content and a header with a search bar.Expected behavior
ScrollView
is fully visible.Actual behavior
ScrollView
is partially obscured by the header.Snack or minimal code example
Package versions
The text was updated successfully, but these errors were encountered: