-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
appleScrollBehavior doesn't work on iOS 14.5 #46
Comments
I did some investigation. It looks like the onEnded method is not called after the DragGesture is finished (BottomSheetView:157). This issue only occurs on iOS 14.x. Scrollview will probably break this execution. |
Yes you are right. I will remove the |
I probably fixed it. In case you want to keep this behaviour, maybe my changes will help. All changes were made only in BottomSheetView.swift. Here is whole file:
|
I think I fixed it in the main branch. Please test it and give feedback before I release a new version. |
@lucaszischka Unfortunately .appleScrollBehavior is still buggy. Do you still plan to remove it? |
What exactly is not working? |
appleScrollBehavior works only once and then it is not possible to maximize the bottom sheet using the scroll gesture. It works fine on iOS 15 but on version 14.5 there is some problem. btw this is an amazing library.
Screen.Recording.2022-01-20.at.12.18.50.mov
The text was updated successfully, but these errors were encountered: