We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the project on Android the keyboard does not close automatically
No response
xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
<SearchBar Placeholder="Test Keyboard" HorizontalTextAlignment="Center" HorizontalOptions="Center" x:Name="searchBar"> <SearchBar.Behaviors> <toolkit:UserStoppedTypingBehavior ShouldDismissKeyboardAutomatically="True" StoppedTypingTimeThreshold="1000" /> </SearchBar.Behaviors> </SearchBar>
Keyboard close Automatically after user stop type
Keyboard Not Close after user stop type
Android 12.0 - API 31 // Android 7.0 -API 24
Unknown/Other
Android
The text was updated successfully, but these errors were encountered:
Thanks for the reporting @LeanTolo. I reproduced this on Android API 30. I believe this is related to dotnet/maui#6933
Sorry, something went wrong.
I see that the linked issue has now been resolved. Also testing this on an Android 30 device I can confirm that this issue has now been resolved
No branches or pull requests
Description
When running the project on Android the keyboard does not close automatically
Relevant log output
No response
Steps to Reproduce
xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
<SearchBar Placeholder="Test Keyboard" HorizontalTextAlignment="Center" HorizontalOptions="Center" x:Name="searchBar"> <SearchBar.Behaviors> <toolkit:UserStoppedTypingBehavior ShouldDismissKeyboardAutomatically="True" StoppedTypingTimeThreshold="1000" /> </SearchBar.Behaviors> </SearchBar>
On Main page
Expected Behavior
Keyboard close Automatically after user stop type
Actual Behavior
Keyboard Not Close after user stop type
Version with bug
Android 12.0 - API 31 // Android 7.0 -API 24
Last version that worked well
Unknown/Other
Affected
Android
The text was updated successfully, but these errors were encountered: