-
Notifications
You must be signed in to change notification settings - Fork 565
Closed as not planned
Labels
needs-triageIssues that need to be assigned.Issues that need to be assigned.
Description
Android application type
Classic Xamarin.Android (MonoAndroid12.0, etc.)
Affected platform version
Android 11
Description
Hi,
I was unable to get text predictions with EditText API using the Samsung keyboard and swift keyboard. there were no issues while using the Gboard.
We have used the input type below
EditText.InputType = Android.Text.InputTypes.TextFlagAutoCorrect |
Android.Text.InputTypes.TextFlagAutoComplete |
Android.Text.InputTypes.TextFlagMultiLine |
Android.Text.InputTypes.TextVariationFilter;I have attached a runnable sample with only edit text control in the application

KeyboardIssueSample.zip
Steps to Reproduce
- Open the application KeyboardIssueSample.zip
- with the swift keyboard or Samsung keyboard as default try to edit the text using the edit text control
- No text predictions will occur even after selecting the types Android.Text.InputTypes.TextFlagAutoCorrect | Android.Text.InputTypes.TextFlagAutoComplete
Did you find any workaround?
No response
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
needs-triageIssues that need to be assigned.Issues that need to be assigned.