-
-
Notifications
You must be signed in to change notification settings - Fork 919
fix: prevent default backdrop from blocking ui behind #246
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
Conversation
|
@gorhom Edit: It breaks any interaction when the sheet is open on Android. Everything was working on Android so maybe you just need to apply the changes for iOS? |
|
i will investigate it on Android later today, thanks for spotting this issue 😅 |
|
hi @hanno-ferrannegre , i did test it on android, and seems fine 🧐 i used your repo https://github.com/ferrannp/bottom-sheet-playground Screen.Recording.2021-02-01.at.18.46.30.mp4 |
|
So weird @gorhom, look what it does in my Pixel 4 (real device): A part from the Open button problem (that is probably elevation thing), I cannot then interact with the sheet (close it by gesture) and tapping the backdrop does nothing either. On the other hand, installing the By the way you don't seem to have latest version of the repo (with |
|
@ferrannp i did test it in a simulator and pixel-c device with latest |
|
Mmm @gorhom: Still getting the same. So strange... You sure you don't have another change locally/not pushed? Or I am doing something wrong 😅 . |
|
@ferrannp hmm , okay , will test it shortly |
|
hmm downgrading i'll investigate it more |
|
hey @ferrannp , could you try the latest commit ... last one i promise 😅 |
|
@gorhom no problem, I can try as many times as necessary 😄 . Unfortunately, I still get it broken on Android (like in the gif I posted) 😕 . |
|
ah yea, i notice in your repo that you did not integrate |
|
JAAA, oh boy totally forgot about that. Too many projects 😅 . It is definitely working. So let's release it! Thank you!!! |

close #242
Motivation
replacing
TouchableWithoutFeedbackwithTapGestureHandlersolves the issue