-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: iOS issues when header height is undefined (#126)
We need to wait for the header height to be available, otherwise contentInset will not be the correct value and can cause shifting on iOS. Also, onEndDrag is not reliable on iOS, seems it does not fire when tapping to stop the scroll and this causes scroll sync issues.
- Loading branch information
1 parent
7b8ecae
commit 5b2711b
Showing
2 changed files
with
22 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters