0

I searched around but I didn't find any advice: Can I disable third party keyboards in Android using Ionic and Cordova?

SolveSoul
  • 2,448
  • 4
  • 25
  • 34
Melzmann
  • 11
  • 1

1 Answers1

0

It's not possible to disable a custom keyboard for your app since it's up to the user to decide which keyboard he/she would like to use.

You can also check this answer which basically states the same but for a native app.

Here's the main statement from the answer:

You can't. The choice of the input method editor ("keyboard app") is up to the user, not you.

SolveSoul
  • 2,448
  • 4
  • 25
  • 34