Creating custom IME for Android and iOS

883 views Asked by At

Is it possible to develop custom keyboard for Android and iOS with NativeScript? Does NativeScript support all the required things for that?

2

There are 2 answers

7
Jan ATAC On

I don't think so. Have you read the docs on keyboard support. No mention on allowing custom keyboard...

0
Eddy Verbruggen On

I just created a plugin that exposes a custom numeric keyboard for iOS: https://www.npmjs.com/package/nativescript-numeric-keyboard

The same can be done for Android, but that's not where my need was when I created it.