-
-
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
Bottom sheet blocks inner scroll/gestures #47
Comments
Yes DragGesture is not working at all or as expected. This issue is not caused by my libary, but instead by ScrollView itself: https://stackoverflow.com/questions/57700396/adding-a-drag-gesture-in-swiftui-to-a-view-inside-a-scrollview-blocks-the-scroll The horizontal scroll issue is caused by the implementation of the So to answer your question: please remove the |
@LucasMucGH So will you remove the ability to display content with height more than overlay's? |
No i will remove
If you want you can still use a ScrollView and put any content inside, as before. Only the above option gets removed. |
You could use .simultaneousGesture(DragGesture()) https://developer.apple.com/documentation/swiftui/simultaneousgesture |
No Nevertheless it should be fixed in main. Please test the changes and report any other issues found, bevor I release them |
@lucaszischka Can confirm, that inner scrolling is not blocked now. |
Hi @LucasMucGH, thanx for an awesome lib.
But I have faced a major issue on the newest build, when trying to add horizontal scroll or drag at BS content.
Sample code:
And video:
https://drive.google.com/file/d/1wp2V94RMepHBi6uRKhEpWE1kaOiCS-17/view?usp=sharing
On the prev version I have fixed it with just adding an option to use simultaneous gesture, but now it doesn't work.
Thanx.
The text was updated successfully, but these errors were encountered: