Is it possible to develop custom keyboard for Android and iOS with NativeScript? Does NativeScript support all the required things for that?
Creating custom IME for Android and iOS
871 views Asked by Andrey Kon At
2
There are 2 answers
0
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.
I don't think so. Have you read the docs on keyboard support. No mention on allowing custom keyboard...