-
Notifications
You must be signed in to change notification settings - Fork 298
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
onPositionChange callback gives 'initial' when called with open() method #209
Comments
Thanks for reporting. It should be fixed in latest version |
@jeremybarbet thank you its worked |
version 2.0.13 ,onPositionChange showing 'intial' instead of 'top' with this code after opening -> expanding -> closing -> opening again -> expanding again:
|
edit 1: wait...I think snapPoint is making troubles for me. edit 2: yes, unfortunately onPositionChange doesn't work properly with snapPoint.
|
Describe the bug
Hello
as i see
adjustToContentHeight
is working properly withalwaysOpen
. (as i reported earlier this one and its fixed in rc25..thank you so much for that..but after that one more issue i faced that when i am using
open(dest)
method on button press at that timeonPositionChange
called and modal will open butonPositionChange
callback give meintital
when the modal is opened..it should give metop
even i am open it withopen(dest)
method..as i gettop
in previous version (beforerc25
).it will give me proper output when i am using gesture handler to open close
Reproduce
Dependencies:
The text was updated successfully, but these errors were encountered: