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
-1
votes
1 answer

Global variable pitfalls when switching from Storyboarding to Programmatic

I built a custom keyboard extension for iOS. I initially built it using storyboards and - long story short - it didn't work that great, as there's a lot of glitching and crashes that happen when making keyboards with storyboards. So, I rebuilt it…
-1
votes
2 answers

How to get Inserted Text in any textfield in custom keyboard ios

I am creating custom keyboard in ios .and one problem I can not figure out how to get full inputted string.because that string I want to use in my code for mapping with my dictionary database and mapping word will be displayed in my collection…
-1
votes
1 answer

create a android soft keyboard with other views attached to it

I want to develop a custom keyboard where I can add other views above it. how can I achieve this? what will be the main container layout? I basically want to add banner ads on top of the keyboard. you can provide be a general example to put any view…
Syed Zulqarnain
  • 47
  • 1
  • 1
  • 11
-1
votes
1 answer

Objective C: Custom keyboard extensions with images in iOS

I have created custom keyboard in my application.Now i want to display only 8 images at the beginning and later after payment i want to display whole collection of images. I am checking condition for payment if its done then only show all images but…
-1
votes
1 answer

Custom keyboard on IOS with buttons displaying images

I have the below code that runs on iPad successfully. func setupLockPinSection() { let keys = ["1", "2","3", "4","5", "6","7", "8","9", "0", "Clear", "Done"] let kbFrame = CGRect(x: 0, y: 0, width: view.frame.width, height: 400) …
habed
  • 201
  • 4
  • 12
-1
votes
1 answer

How to create the custom keyboard with emoji

I have done the custom keyboard but i have no idea for add the emoji in custom keyboard. I have some link for emoji keyboard…
sneha desai
  • 886
  • 1
  • 11
  • 19
-1
votes
2 answers

Custom View above a keyboard not working in ios9

Have added a custom view consisting of buttons on top of the keyboard. The buttons are being displayed correctly but on tapping on the buttons, the underlying keys of the keyboard are pressed instead of the button actions. UIWindow* tempWindow =…
jeff
  • 1
  • 3
-1
votes
1 answer

Package name of current running application package name Android 6.0

I am using custom keyboard to share image to any app like Facebook,whatsApp and i want to know the current open application package name on onIteamClickListener of my custom keyboard to share data without chooser dialog. Below is my…
Mohd Sakib Syed
  • 1,679
  • 1
  • 25
  • 42
-1
votes
3 answers

Android get package name of current opened application

I am working with custom keyboard ,I need current package name when keyboard is open . This keyboard will be open with different different application ,so i need that application package name which is open currently. I am using following code but…
Mohd Sakib Syed
  • 1,679
  • 1
  • 25
  • 42
-1
votes
1 answer

Arduino keypad matrix example? ( teensyduino )

I'm a beginner using Arduino with a Teensy 3.2 board and programming it as a usb keyboard. I have two 4 button membrane switches. Their button contacts are on pins 1-8, and the 9th pin holds a soldered together wire of both membrane switches'…
sylcat
  • 151
  • 1
  • 3
  • 18
-1
votes
1 answer

Custom Keyboard: get text from input view

i have developed a custom keyboard app of iOS8. and i can't get the text from input view. any help will be appreciated . have tried to use - (void)textDidChange:(id)textInput {} delegate to get text. but it returns null value. i…
Imran Ahmed
  • 1,023
  • 1
  • 11
  • 23
-1
votes
2 answers

iOS8 Custom Keyboard UIPasteBoard issue

I'm having issues with UIPasteBoard in my custom keyboard for iOS8. When trying to initialise UIPasteBoard I get the following error: UIPasteboard - failed to launch pasteboardd. Make sure it's installed in UIKit.framework/Support I already…
Jasper
  • 7,031
  • 3
  • 35
  • 43
-1
votes
1 answer

EditText isn't getting clear with CustomKeyboard after press clear button

This is my custom keyboard class.In keybord i have one key clear when i click on clear key my register editetext should clear but editetx value has been cleared when i debug but in UI edit text is not updating is showing same old value. I checked on…
-1
votes
1 answer

Sharing images between iOS8 containing app and Custom Keyboard

What is the best way to send images between the containing app and a custom keyboard? is there a best practice that apple talk about? is there a hacky way that apple will hate? is there a framework already that somebody built in github that helps…
nurnachman
  • 4,468
  • 2
  • 37
  • 40
-1
votes
1 answer

Can a custom keyboard extension communicate with the companion app at runtime?

Can a custom keyboard communicate with the companion app at runtime? Can a custom keyboard dynamically display content based on states set in the companion app? If so, what API’s/documentation is available for this communication between the…
barfoon
  • 27,481
  • 26
  • 92
  • 138
1 2 3
47
48