Closed Gnzlt closed 5 years ago
@Gnzlt I think only android:windowSoftInputMode="stateAlwaysVisible"
will work
You need both, I already tried 😅
I tried with android:windowSoftInputMode="stateAlwaysVisible" and it's working :sweat_smile: I already created a new PR, can you please try this?
Could you try typing after that? I'm not able to introduce characters in the EditText 😅
This is what happens when I test both approaches in a Pixel 2. How does it works for you?
Manifest tag | Manifest tag + Request Focus |
---|---|
Note: I get the same result on the left with your PR
It worked with Moto G4, but I checked it with Pixel, it isn't working as expected. Thanks for your contribution
@Gnzlt Can you please update your PR?
I think it's a necessary UX improvement to show the keyboard when entering the Search screen, that way the user will be able to type straightaway without having to tap on the top bar.