-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
Is it possible to use .half height but allow people to pull the panel farther? #401
Comments
it might not be possible on occasion. Here is my repro steps.
and then, "Scroll tracking(TextView)" and "Show Detail Panel" are OK. After investigating the above NG case, I found a code to be fixed about the scroll tracking. And then I made a patch in [Edit] |
I might wait to test this since it's so closely related to the relative anchor issue/PR. |
Any update to this? |
Hey @scenee, sorry I never was able to test this. I hope someone else can confirm it is working! Perhaps unrelated, but I did recently notice that |
Thank you for your testing and sharing a problem, @warpling. I will investigate the following issue later.
|
Is it possible to configure a panel with only a .half height anchor to be able to be pulled up (towards the top of screen) without providing a full-size anchor? I have tried overriding
floatingPanelDidMove
to allow the surface location to be anything, haveshouldProjectMomentum
andallowsRubberBanding
enabled, yet can't seem to replicate this behavior. Am I missing something or is this not currently possible. Thanks!The text was updated successfully, but these errors were encountered: