Questions tagged [custom-keyboard]

Relating to a custom keyboard created to override the default onscreen keyboard in a user interface. Also see [ios-app-extension] for iOS Custom Keyboard Extensions.

Use this tag for questions referring to overriding the default keyboard in a user interface. Also see for iOS Custom Keyboard Extensions.

Apple documentation: App Extension Programming Guide

712 questions
0
votes
1 answer

IOS CUSTOM KEYBOARD CURSOR MOVEMENT

is it possible to control the cursor movement through custom keyboard I have two traverse buttons on keyboard on clicking them cursor moves in the respective direction. Is it possible to implement ? Please guide !
Queshi Zakir
  • 464
  • 1
  • 6
  • 15
0
votes
0 answers

Enhancement in GIF keyboard

At present I am working on GIF keyboard plugin for iOS. Following github link give me good start to move ahead. SamStone92/kanyekeyboad I want to put my custom emojies over custom keyboard. Using above reference project I can able to achieve same…
Siddharth
  • 4,142
  • 9
  • 44
  • 90
0
votes
1 answer

How to make custom keyboard float programmatically in Android

I've already developed a custom keyboard which has tons of new features that typicals don't have. For now, I'd like to make this be able to float as well as Samsung…
0
votes
1 answer

How can I use whole android project inside a new android project

I have source code of indic-keyboard, and I want to use functionality of this project in my app, I have tried converting indic-project into a library, but that seems tough, so I am looking for some other workaround for this thing. What can/have I…
Manjeet Singh
  • 4,382
  • 4
  • 26
  • 39
0
votes
0 answers

How to create a keyboard for other languages using Cordova, Ionic framework?

I'm building an app in Ethiopia and I have to integrate Amharic language deeply. How can I create a keyboard with Amharic font on Apache Cordova using Ionic framework?
0
votes
1 answer

Why does my code not add a tool bar and a done button to my keyboards?

I followed a tutorial online to add a custom toolbar and a done button to a keyboard. Xcode does not give me any errors, but when I run my app, there is no toolbar or done button an my keyboard. What did I do wrong in my code? Thanks! Here is my…
Aleksandr
  • 13
  • 4
0
votes
0 answers

How to implement swipable pages in Android Keyboard?

I've got around to implementing modes on Android keyboard (using the android:keyboardMode attribute for rows), but I have no idea how to implement pages as many other keyboards do for emojis. Is there some resource I'm overlooking to implement the…
0
votes
0 answers

What is the process to include a Custom Keyboard in my iOS app

First of all I'm not looking for code or how to do it, just the process. I don't fully understand how Custom Keyboards work in iOS8-up and I would like to include a simple custom numeric keyboard in my app. In the past I have created static…
fs_tigre
  • 10,650
  • 13
  • 73
  • 146
0
votes
0 answers

How to type emojii android keyboard with different unicode?

I have been using this library to implement emoji on Android SoftKeyboard. The library works fine, but when I use emoji in TextMessage, they appear like android style and not like they are in the library (Whatsapp style). This is the…
joy
  • 11
  • 3
0
votes
1 answer

Custom keyboard with emoji (like kimoji)?

I was wondering how the KIMOJI works? I read everywhere that you can only create custom keyboards which insert text, not custom emoji. Any ideas?
Oded
  • 795
  • 2
  • 12
  • 32
0
votes
0 answers

Custom keyboard: stability

I created some custom keyboard, and although I wasn't able to really test it I have an impression that my keyboard is extremely unstable on device. In some cases it just isn't loaded in app (I have it with Telegram messenger; when my keyboard is…
lithium
  • 1,272
  • 1
  • 14
  • 28
0
votes
0 answers

How can i make an app that adding custom emoji to iOS keyboard

As you know, iOS8.0 and later allows to create custom keyboard.So i want to add custom emoji to it and able to send them to other iOS devices. Looks like this: Video Link
TuyenBQ
  • 77
  • 8
0
votes
1 answer

Windows 10 universal app keyboard alternative

i have to create a keyboard (layout) or something simular for an universal app. I need an "keyboard" which allows me to show some own Emojies and on pressing adding them (coded) in a Textfield. So like in public Apps like Whatsapp just more basic. I…
white91wolf
  • 400
  • 4
  • 18
0
votes
1 answer

How to show custom keyboard with alertDialog.Builder?

I need to show custom keyboard with alertDialog with editText; I am using AlertDialog.Builder for creating new alertDialog. After some time i can disable default keyboard, but i still can't show my own custom one... here is some part of my…
0
votes
1 answer

How change layout on ios custom keyboard?

I implementing custom keyboard for ios devices. i build a layout for english qwerty and load it when the view is loaded self.keyboard = [[[NSBundle mainBundle] loadNibNamed:@"Keyboard" owner:nil options:nil] objectAtIndex:0]; self.inputView =…
user3428151
  • 449
  • 6
  • 23