1

There are some way to create custom keyboard code for iOS by Objective-C like this.

And some one for Android by Java like this question

So, Is it possible to create custom keyboard for Android or iOS by LUA in Corona ?

Can we integrate it to system keyboard of Android ?

Please guide me some ways, tutorial links or sample code. Thanks!

Community
  • 1
  • 1
LE SANG
  • 10,955
  • 7
  • 59
  • 78

1 Answers1

2

If you are wanting to use the keyboard outside of the app then using Corona does not make sense. You would have to get the Enterprise version and then code it in iOS native an Android native then integrate it into Corona and even then I'm not sure its possible.

If you are making an app where keyboard is only to be used inside that app you can create an onscreen keyboard:

http://developer.coronalabs.com/code/onscreenkeyboard https://www.developer.coronalabs.com/blog/coronageek/hangout-highlights-writing-a-custom-keyboard-for-spelling-test/

Amything
  • 114
  • 1
  • 2
  • 7