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
2 answers

Understanding Switch statement with "&" sign

I'm designing a custom keyboard for Android. I used a sample SoftKeyboard project. In LatinKeyboard.java class there is a switch statement like bellow: switch (options & (EditorInfo.IME_MASK_ACTION | EditorInfo.IME_FLAG_NO_ENTER_ACTION)) { …
Hamid
  • 2,852
  • 1
  • 28
  • 45
0
votes
1 answer

Custom keyboard doesn't load on device

I'm doing a custom keyboard for iOS and am pretty much finished. However, I did the debugging on the simulator, but when I tried to run it on a device, the keyboard simply won't load. The device is running on iOS 8. I don't think I'm using any…
OFRBG
  • 1,653
  • 14
  • 28
0
votes
0 answers

Draw custom iOS keyboard with low memory overhead

I'm developing custom iOS keyboard for a language that iPhone doesn't support yet. I want to replicate default L&F as much as possible. I've found that default ios keyboard could be treated as the static image with additional image drawing when the…
vbezhenar
  • 11,148
  • 9
  • 49
  • 63
0
votes
1 answer

Keyboard Extension : Weird label in Settings

I've developed fully functional Armenian keyboard extension for iOS8 system. When installing it on device or simulator, following "English" label is always displayed below the extensions name In Info.plistfollowing is…
deimus
  • 9,565
  • 12
  • 63
  • 107
0
votes
1 answer

How to add a shift key to an iOS 8 Custom Keyboard

Right now I have created a basic prototype custom keyboard, however, I do not know how to make a shift key that would capitalize the letters. Right now the letters are all lowercase. Also I wrote this in Objective-C not Swift, but a swift based…
0
votes
2 answers

iOS 8 edit Apple's default keyboard?

I am currently trying to make a custom keyboard now that Apple is opening up the keyboard to developers. I used the information in the developer website and it showed my how to make my own keyboard from scratch. However I was wondering if there was…
0
votes
1 answer

Cannot activate ios8 custom keyboard on actual device

I have designed a custom keyboard for iOS8 and it's working perfectly fine on the simulator but when I connect my iPad to Xcode to have the app on my device, it doesn't show my custom keyboard under the keyboards list. What am I doing wrong? The…
Hamid
  • 2,852
  • 1
  • 28
  • 45
0
votes
1 answer

Add QuickType (Predictive) to custom keyboard in iOS 8

I am making a custom keyboard in iOS 8. I saw in the Keyboard' Apple that have function Quick type (Predictive : On) to quick input text Is there any ways to add this function to my keyboard ? Please help me ! Thank you so much
0
votes
1 answer

Text field stays under the custom keyboard in UIWebView for iOS 8

I'm creating a web App for iOS and I have a custom keyboard. When I use the default keyboard, it immediately shows the keyboard and the text field is above the keyboard. I would have the same result if I change the keyboard to my custom keyboard.…
-1
votes
1 answer

Custom keyboard auto capitalization

I would like to adopt the TextField's AutocapitalizationType settings to the custom keyboard. How do I know when to capitalize the keyboard while typing? I searched for solutions and examples, I looked through the Apple Developer Documentation, but…
-1
votes
1 answer

Auto Send feature in Custom Keyboard Extension iOS Swift

I've implemented Custom Keyboard Extension in my app, and have a UITableView in it. When I click on the cell of the UITableView which has a text label, I want the text to be able to Auto Send (some apps support AutoSend i.e. SnapChat, Tiktok,…
Nikhil Viradiya
  • 87
  • 2
  • 15
-1
votes
1 answer

Usigng alphabet N'ko charactare in flutter mobile app

I am currently working on a mobile flutter project and I would like to integrate a keyboard whose characters are the letters of the N'Ko alphabet (Or a way to customize the keys of a keyboard), so I will be very pleased with your help to complete…
-1
votes
2 answers

Assigning special characters to keyboards permanetly

Is there a way in Windows 10 and/or Ubuntu to set new special characters in my keyboard? I'm using a notebook, so I don't have Num Pad (or maybe I do but don't know yet). I have some characters that are fairly important, and I don't know how to type…
-1
votes
1 answer

Change Color of Candidate view in soft keyboard programmatically

I have multiple background colors of the keyboard in my app user can select any color for the keyboard background. The problem I am getting is when the user selects any color to apply on the keyboard it's working but the candidate views not change…
-1
votes
1 answer

Is it possible to leverage the iOS System Keyboard when creating a Custom Keyboard

Is it possible to use the Apple Native Keyboard as a base for a custom global Swift Keyboard extension? The use case is a keyboard that adds something to the typing processing, but doesn't change the look and feel of native keyboard. Requirement is…
BadPirate
  • 25,802
  • 10
  • 92
  • 123