Android-CustomKeyboard icon indicating copy to clipboard operation
Android-CustomKeyboard copied to clipboard

Fully customizable Android keyboard written in Kotlin.

Results 5 Android-CustomKeyboard issues
Sort by recently updated
recently updated
newest added

As a User I want show keyboard default when start new screen

Is it registered system wide as input method? Or is it only designed to be used inside certain apps?

As I can see this is pretty useful for In-App keyboard by just registering the Edittext to CustomKeyboadView but I tried using this with InputmethodService. Displays nothing. Can you provide...

Hello, I see that you have extended RelativeLayout to create the ResizableRelativeLayout class, and then extended that to create the ExpandableView class which you based your keyboard class on. Can...