-
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
Android: scroll disabled using adjustToContentHeight #219
Comments
I have experienced the same issue with adjustToContentHeight and disable scrolling for Android. Could you please fix this issue asap, that'll be extremely helpful. |
for android and ios both side scroll not working if we enable |
For me , on IOS, its ok since the last version that he fixed it. |
A workaround till it be fixed is: So, we always be with scroll enabled. Of course, just a workaround till we have a fix for it. Thanks, waiting for @jeremybarbet the best! haha |
@danilo900 You've made my day! Thanks for your help |
@danilo900 Thank you for the workaround..it works only if we didn't use |
@danilo900 do you have any other workaround to make scorll work when using |
Sorry, I don't, Iam not using alwaysopen =/ |
@jeremybarbet is there any possibilities to solve this??? |
Thanks! this solved my problem! |
Hey, Could you try to install |
Hello @jeremybarbet |
I haved tried your last commit, 2.0.6 Sorry for the late answer, I was off of the project, Iam back now to help testing. |
Still not working though |
Hi @jeremybarbet, |
For anyone who is using patch-package and waiting for the fix, please help to try the below patch and see if it has any issue: File version name: react-native-modalize+2.0.8.patch
|
Hello @swingywc, Thank you so much for your time :) |
@swingywc solution is working for me with expo sdk42 and almost all packages with the most recent version. |
|
Thanks. It worked for me :) |
The patch worked on 2.0.13 too. thank you |
Same issue - 2.1.1 version |
Looks like this issue has not been fixed for more than 2 years. The workarounds work if only one modal is open. However, when a modal is opened from an already opened modal, the scroll stops working. Another issue I noticed is that the second or subsequent modals take the height of the first modal opened even if the content of the subsequent modals is more than the first opened modal. @jeremybarbet and others, please take a look. Thanks. |
Applying the workaround by @wolframus to the second/subsequent modals restores the scroll but brings back the The subsequent modals still inherit the height of the first modal. I could ignore this for now but then what could be the side effect of this warning in production? |
Describe the bug
Hello,
You have fixed other bug that I have related to iOS, similar one.
But now, Iam testing on Android and I went to a bug here.
If we use adjustToContentHeight, the content ins't scrolling.
Another bug that you can reproduce in the same snack bellow is:
We cant drag the modal clicking on the HeaderComponent (ios does). If you want, I can open a new issue with that one.
Edit: #223
Reproduce
https://snack.expo.io/@bookplay/react-native-modalize-bug-scroll
Dependencies:
The text was updated successfully, but these errors were encountered: