-
-
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
dragIndicator animation bug. #101
Comments
I can not reproduce this bug with the provided information and code. But maybe have a look at the |
123321.movI'm sorry for the lack of examples in yesterday's post. I found the same phenomenon while looking at Word Search View among the examples posted on GitHub to reproduce it. device:: iPhone 11 Pro When you drag the bottom sheet after touching the scroll view inside the bottom sheet, the animation of the drag indicator seems to be weird.
|
I will have another look next week. |
I'm facing the same issue, unfortunately. Device: iPhone 14 Pro (Simulator) Is there any progress so far, @lucaszischka? |
Facing same issue on iOS 16 Device: iPhone 12 |
No I’m currently very busy currently. I don’t think there will be progress soon (as of me). However feel free to fix it yourself and make a pull request. Sorry. |
Iw there a solution for this or a hint for another lib? |
Maybe try adding |
Describe the bug
Hello, I am developing the swiftui app using the bottom sheet library. Thank you for creating a good library.
While using the library, I experienced the same phenomenon as in the video below, but when I drag the bottom sheet, the animation of the dragIndicator is applied strangely and I can't find the right location.
Can I remove the application of these animations?
Minimal reproduce-able code
Expected behavior
The bottom sheet contains a scroll view. This is happening when you drag this bottom sheet up and down.
Screenshots
If applicable, add screenshots to help explain your problem.
123.mov
Target version
iOS:: 16.0
BottomSheet:: 3.0.2
The text was updated successfully, but these errors were encountered: