Disable Google Handwriting Input suggestions
up vote
0
down vote
favorite
I would like to turn off the suggestions provided by the Google Handwriting Input. I have tried setting the EditText inputType through xml and code, but neither seem to be working:
<EditText
android:inputType="textNoSuggestions|textVisiblePassword"
/>
myEditText.setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS | InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD);
Is there any other way to programmatically turn off the suggestions?
Context: I'm working on an app that tests users on their handwriting abilities, which prompts (and validates) users to install and use the Google Handwriting Input.
android
add a comment |
up vote
0
down vote
favorite
I would like to turn off the suggestions provided by the Google Handwriting Input. I have tried setting the EditText inputType through xml and code, but neither seem to be working:
<EditText
android:inputType="textNoSuggestions|textVisiblePassword"
/>
myEditText.setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS | InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD);
Is there any other way to programmatically turn off the suggestions?
Context: I'm working on an app that tests users on their handwriting abilities, which prompts (and validates) users to install and use the Google Handwriting Input.
android
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I would like to turn off the suggestions provided by the Google Handwriting Input. I have tried setting the EditText inputType through xml and code, but neither seem to be working:
<EditText
android:inputType="textNoSuggestions|textVisiblePassword"
/>
myEditText.setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS | InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD);
Is there any other way to programmatically turn off the suggestions?
Context: I'm working on an app that tests users on their handwriting abilities, which prompts (and validates) users to install and use the Google Handwriting Input.
android
I would like to turn off the suggestions provided by the Google Handwriting Input. I have tried setting the EditText inputType through xml and code, but neither seem to be working:
<EditText
android:inputType="textNoSuggestions|textVisiblePassword"
/>
myEditText.setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS | InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD);
Is there any other way to programmatically turn off the suggestions?
Context: I'm working on an app that tests users on their handwriting abilities, which prompts (and validates) users to install and use the Google Handwriting Input.
android
android
asked 7 hours ago
Roland van der Linden
9317
9317
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53370498%2fdisable-google-handwriting-input-suggestions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown