-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Can't type in TextInput when the bottom sheet is open (Android) #73
Comments
I don't know why android isn't allowing it.. maybe this is the default native behavior. You could try putting the search box at the top of the bottom sheet instead? That's just my opinion. |
Thanks. It would be great if we could investigate this further, like if this is expected android behavior. |
On android, the undimmed background feature is "not" an official UX. I had to do some magic there for consistency with IOS. I'm no android developer so my implementation might be wrong. I hope someone can improve it in the future :/ |
I am not either :) but you've made lot of progress. I'll try to ask on Reddit and Twitter to see if someone can help us. |
I have two input outside the bottom sheet where I want to type even when the bottom sheet is open.
It worked perfectly fine in iOS but I am struggling with Android.
bottom-sheet-focus-bug-2024-07-21_15.50.25.mp4
If the screen recording you can see how the focus stays in the bottom sheet instead of the input which is outside.
Thanks.
Code
The app is open source you can take a look in the source files.
The component looks like this:
The text was updated successfully, but these errors were encountered: