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

I used xib to load the inputView in my custom keyboard. I Would like to know how to change height of inputView when orientation changes?

i have been developing a custom keyboard with extensions. i would like to change the height of the keyboard when the device rotates. Currently am not using sizes classes just the autolayout constraints. Thanks in advance
0
votes
1 answer

How best to optimize NSLayoutConstraint?

Colleagues, I develop a custom keyboard. There was a problem with the speed of switching between types of keyboards (letters, numbers, special characters). This is due to the fact that each time the button is re-drawn. NSLayoutConstraint I set up as…
Ga77ett
  • 11
  • 4
0
votes
3 answers

How to make return button in custom keyboard swift

I am writing a custom keyboard with Swift. I am facing some problems in making return button. The return button should change title "Return", "Done" and "Search" according to textField that user is writing. To do it, I write like this. // Syntax are…
thura oo
  • 493
  • 1
  • 6
  • 18
0
votes
1 answer

how iOS google Hangouts keyboard works?

I need to copy google hangouts keyboard. Right now I'm using a custom view as inputAccessoryView. Using inputAccessoryView lets me hide the keyboard interactively (option to be set in the TableViewController from the IB), so the keyboard is hidden…
Andres
  • 11,439
  • 12
  • 48
  • 87
0
votes
1 answer

How to detect from inside iOS keyboard the UITextInput settings

I would like to customize the iOS keyboard behavior to adapt to the UITextInput inside the app that it's showing up. For example, when someone entering a URL inside Safari, the keyboard's return key should instead say "Go", autocorrect and…
daspianist
  • 5,336
  • 8
  • 50
  • 94
0
votes
1 answer

Changing the language in English/Persian in android programming

I've got a question for you. I made a keyboard by using this link then, I wanna assign a button for changing the language in English/Persian , but I can't assign this button to do so, I mean I don't have a clue how to do it. Help me please :)
AAA
  • 3
  • 3
0
votes
1 answer

How to add Custom Subview in keyboard view and on top view away? (work in iOS8 and below not work in iOS9)

My Step: I Get keyboard view from code below (GetKeyboardView) I Create custom view and then add to keyboard view form (1.) I have question, Why it's work on iOS8 and bellow but not work in iOS9. Keyboard view is on top every view in iOS9. How to…
Sean
  • 1
  • 1
0
votes
0 answers

Custom image KeyBoard IOS 9 Swift 2

i'm trying to develop a custom keyboard with only images, all the tutorials or examples i found was for swift 1 and IOS8 so when i tried to build it into Xcode 7.1, it exploded.. Someone knows a tutorial or an example of an app like this?
Juan Fernandez Sosa
  • 570
  • 1
  • 5
  • 19
0
votes
1 answer

How to write firmware for a custom USB keyboard?

I have a custom ps2 keyboard(8x8 matrix) interfaced with AT89C51ED2 microcontroller, now I need to change it to USB interface. I have been studying about the basics of USB HID class communication(USB HID class specs, USB complete, Beyond logic) and…
ampat
  • 43
  • 10
0
votes
2 answers

Which method is called when my custom keyboard is shown on screen?

I have developed custom keyboard. Now I want to give functionality like if some user choose color from my container app and then open my keyboard the background color of my keyboard changes to that color. How to achieve this? Which method gets…
Pooja Shah
  • 977
  • 16
  • 45
0
votes
1 answer

Connecting multiple outlets to single action?

I'm creating a keyboard extension in XCode Beta 7 (Swift2). I'm trying to connect multiple buttons to a single action. However, when I connect all the button outlets to this action, it causes my keyboard to crash which makes me think there's…
Cate
  • 33
  • 6
0
votes
0 answers

Your app hosts extension(s) but it does not comply with the App Extension Programming Guide

Your app hosts extension(s) but it does not comply with the App Extension Programming Guide. Specifically, your app extension must be universal and work on iPhone, iPod touch, and iPad. Next Steps Please use the targeted device family build setting…
0
votes
1 answer

Android app custom keyboard

I want to make a lock page for my app which should have lock screen with custom keyboard (not soft keyboard) like that in Moto G. Any pointers in this regards would be helpful.
VIN
  • 1
  • 1
0
votes
1 answer

Android Custom Keyboard sends linked image

I wanted to know if it is possible to have a custom keyboard that can send images that when clicked on, sends the user to a link? A link not to the image itself but link to a specific website or so on.
0
votes
3 answers

How can I force my app to use my custom keyboard?

I've build a custom keyboard, but I don't want that the people to go to Settings > General. Select Keyboard and then click on Add Keyboard, I would like the people just open the app and when a certain text field get focused my custom keyboard…
Jonathan Solorzano
  • 6,812
  • 20
  • 70
  • 131