Nemo
Nemo

Reputation: 1079

How to avoid char popup in android keyboard

Android soft keyboard

I don't want to show the char suggestion when I click on any key. How can I do this?

Upvotes: 1

Views: 409

Answers (1)

Niranj Patel
Niranj Patel

Reputation: 33248

I think and as per I know that we can't disable this PopUp for Android Keyboard.. But it is possible to disable or change(layout) of PopUp when we create our own custom keyboard..

if you want create your own custom keyboard and you want change or disable PopUp then this Question will be help you..

Upvotes: 1

Related Questions