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

How to go back to host app from Containing app? (Swift)

Any extension app will have these 3 components. Containing app : is the main app for any extension. This app and the extension are bundled and installed to the device all together. The primary function of the containing app is to deliver an…
-2
votes
1 answer

A custom keyboard

Does anyone know how to create on Android custom keyboard with buttons "Attach file" and "Send message". It must have the same mechanic as in most popular chat messengers: Viber, Telegram. Thanks. Viber keyboard: http://prntscr.com/odoaff
-2
votes
1 answer

How create a custom numeric pad for iOS?

I Created a keyboard extension like this: But I don't know where to define my custom keyboard to be a numeric pad. If any number type textfield tapped by user, the iOS default numeric pad will present with no switch button to my custom numeric…
Ahmadreza
  • 6,950
  • 5
  • 50
  • 69
-2
votes
2 answers

Custom Keyboard Storyboard with Xcode 8 beta

I'm having some problems designing my custom keyboard from the storyboard in Xcode 8 beta 6. For some reason when I launch the keyboard on a iOS 10 device this is the result: This is how i design it in the Storyboard, Top View: Bottom View: So it…
DanielZanchi
  • 2,708
  • 1
  • 25
  • 37
-2
votes
1 answer

Android - How to modify xml file in res

I have searched a lot and could not find the solution for that. The thing is that I am making a Custom Keyboard. I have an XML file for the layout of this custom keyboard, stored in res/xml. The problem is, that I want to change the keyboard layout…
-2
votes
1 answer

Android Custom Keyboard Vertical and Horizontal Keys

I wanted to create custom keyboard with some keys wider than normal, and some keys higher. Is it possible? Here's picture: 1
Dabler
  • 877
  • 1
  • 7
  • 11
-4
votes
1 answer

How to create a smart keyboard?

I am working on an application where I need a custom keyboard. Custom means not customizing the keys but I need to show different layouts inside the keyboard itself. I am attaching an image of what I am looking for please guide me how can I achieve…
Ujjwal Bansal
  • 289
  • 1
  • 4
  • 24
1 2 3
47
48