Melzmann
Melzmann

Reputation: 11

Ionic Cordova disable third party keyboards on Android

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

Upvotes: 0

Views: 904

Answers (1)

SolveSoul
SolveSoul

Reputation: 2648

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.

Upvotes: 0

Related Questions