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 need to do something after paste,how to do that?

I want to make something like below image with custom Keyboard extension,
0
votes
0 answers

Open QR scanner from custom keyboard button

I simply have a button "Scan" on the custom keyboard and that should open the qr code reader and return result to webview textbox after scanning. Scan button has keycode -101 in the customkeyboard.xml.
Mika
  • 41
  • 5
0
votes
1 answer

After android text keyboard hided custom keyboard displayed twice

In my activity class i use both custom keyboard and android soft text keyboard. Android text soft keyboard resizes activity layout. If I open custom keyboard while soft keyboard is opened, the last one hides and layout expands back. But I open…
0
votes
2 answers

Android custom keyboard with strings

I want to customize the inputmethod keyboard with formula. When I press the key, the EditText can show the string such [#frac]. How can I implement it by android:codes. Please help me. Thank you very much for you.
Julian
  • 41
  • 4
0
votes
1 answer

Could not dequeue a view of kind: UICollectionElementKindCell after going back from background

I'm building a Keyboard extension in Swift3. First time my keyboard is launch, no issue, my collection view is displayed juste fine, everything works. This bug occurs when my keyboard goes to background and go back again in foreground. For example,…
Benjamin Gimet
  • 707
  • 1
  • 9
  • 16
0
votes
1 answer

Highlight a view when softkeybord is out

I've this goal to achive. Notice how the selected view (insde there's an edittext and a textView) is highlighted to show where focus is. Now I reach this point The views to "select" are inside an ListView. The transparent grey is given to a…
Stefano
  • 3,127
  • 2
  • 27
  • 33
0
votes
1 answer

How do I dismiss the keyboard in a custom keyboard?

I would like to assign a key/button on my custom keyboard to dismiss/hide the keyboard. I can't seem to get any code to work. I have tried: self.view.resignFirstRespoder() view.endEditing(true) But nothing along these lines seems to work. Could…
agf119105
  • 1,770
  • 4
  • 15
  • 22
0
votes
1 answer

Issue with custom keyboard with images

I am working on iOS custom keyboard. In this I need to show stickers and gifs in the custom keyboard, I'm able to show the images on the keyboard, but the problem is, when user select an image from the keyboard I want to show it on the…
Ramakrishna
  • 712
  • 8
  • 26
0
votes
0 answers

telegram bot manual location from the user

I am using a telegram bot to detect if an user is on a specific place. Unlikely when I send a custom keyboard with "request_location=true" the user has the ability to set the location manually if it cannot be detected from the phone. I don't want…
0
votes
0 answers

Custom keyboard on alert dialog

Actually i have created custom keyboard for my application. It's working absolutely fine on every screen all the activities, but I don't know how to set custom keyboard on alert dialog. I am using below code to call keyboard in activities: …
Abhi
  • 158
  • 12
0
votes
3 answers

iOS Custom Keyboard Short Height

I am working on an iOS custom keyboard extension. My keyboard appears shorter than regular keyboard. See this: Please follow these steps to produce the result: Create an xCode project and add a Keyboard Extension target Add a new Storyboard file…
0
votes
1 answer

manually inserting text in uisearchbar

I need some help. I have implemented a custom keyboard in my app on a UIView which stays of screen and slides up from bottom when user taps on the search bar. I am not using a keyboard target or extension. The real question is how to insert text in…
user6652820
0
votes
1 answer

Service based app consuming high RAM on android

My app is based on InputMethodService , it is a custom keyboard app.. We are showing different tabs, images, gifs,google ads, news etc from server in this app in a service. My app is consuming high RAM. This app is making device slow... I am already…
Nibha Jain
  • 7,742
  • 11
  • 47
  • 71
0
votes
1 answer

UIPasteboard in extension keyboard is not working if Allow Full Access toggle is off?

In extension keyboard, UIPasteboard is not working if Allow Full Access toggle is FALSE in device settings. Also I didn't found any documents specially on it. Anyone please write here their experience related to the same.
Sunil Targe
  • 7,251
  • 5
  • 49
  • 80
0
votes
1 answer

I created a custom keyboard, on pressing down key I want to move to the next EditText

This is my custom keyboard: On pressing down key i want to move the next text view. Same in the case of up key to move the the previous textview. Here is my code of keyboard.xml:
ebbi
  • 45
  • 8