ios-keyboard-extension Questions
2
I trying to make keyboard extension on SwiftUI. My keyboard uses gestures a lot. But gestures up from keys located near the screen bottom are to be recognized as a system gesture. As it was said he...
Enhanced asked 15/4, 2020 at 11:51
3
Solved
Google's custom iOS app, Gboard, has an interesting feature that can't be accomplished using public APIs for in the iOS SDK (as of iOS 10). I'd like to know exactly how Google accomplishes the task...
Phony asked 28/2, 2017 at 18:38
4
I'm working on a keyboard extension project. At some points of the application code I need to test if the user have granted the "Allow Full Access" permission for the keyboard extension. The deal i...
Broderickbrodeur asked 20/8, 2015 at 13:42
4
I want to detect in my custom keyboard extension app which application is using my extension. Can we detect any information in keyboard extension about application which is using my extension.I don...
Builder asked 15/4, 2015 at 6:6
11
Solved
I'm using the IQKeyboardManger library to scroll text fields when started typing using the keyboard, but I don't want to display the default toolbar from their library. Below is the code I've used....
Kariekaril asked 19/10, 2016 at 7:2
5
Solved
I was experimenting with how a custom keyboard affects my app. I installed Swype on my iPhone 6.
I find that in some of my views where I have custom inputView property set on a text field, the Sw...
Holmquist asked 24/9, 2014 at 15:34
1
Solved
I have an iOS keyboard extension that displays rows of UIImageViews in a scroll view.
Addendum, for clarity: the exact same codebase produces two very different results on two different iOS version...
Sinker asked 3/11, 2020 at 18:35
0
When i try to use (anywhere and anytime in my code) needsInputModeSwitchKey property from UIInputViewController i'm facing with warning:
-[UIInputViewController needsInputModeSwitchKey] was cal...
Wabble asked 8/3, 2020 at 18:40
6
Solved
You can download a sample project demonstrating the issue below here:
https://github.com/DimaVartanian/keyboard-extension-height-bug
When creating a keyboard extension and not specifying a concret...
Litha asked 26/9, 2016 at 2:50
3
Solved
How can we go directly to any of the below mentioned screens of iOS's settings app programmatically
Scotism asked 28/10, 2015 at 10:16
2
Solved
How can I implement Apple's predictive input panel in my own iOS8 custom keyboard extension?
Apple's Custom Keyboards API Doc Custom Keyboard states:
RequestsOpenAccess set BOOL yes in info.pli...
Another asked 26/9, 2014 at 5:40
2
Prior to iOS 8.3, the way to check whether "Allow Full Access" was granted to a keyboard extension was through the following code in the container app:
- (BOOL)isOpenAccessGranted{
return [UIPast...
Spiegel asked 19/7, 2015 at 2:31
1
Solved
I have a third party keyboard that currently contains a UISearchBar(that is first responder on start) and the user is able to search for content (i.e. gifs) to be able to copy, paste, send to frien...
Eskilstuna asked 26/10, 2015 at 14:10
1
Assume iPhone 6 Plus display is in standard mode (Settings > Display > View > Standard), the UIInputViewController inputView of a keyboard extension returns different widths depends on whether the ...
Athletic asked 21/11, 2014 at 9:43
2
I'd like to ask how to implement the pop animation when holding a keyboard key for iOS 8 keyboards extension. I know how to assign the long press gesture on every key but doesn't know how to animat...
Intoxication asked 24/8, 2015 at 9:39
1
Solved
I am trying to implement a keyboard extension, which can display keys depending upon the language chosen by the user in Settings of the device.
In Edit Scheme, I have correctly setup the Applicati...
Hypercorrect asked 27/8, 2015 at 6:0
1
Solved
In my iOS keyboard app, I currently have a text suggestions bar much like the default iOS 8 Keyboard's suggestion bar. I would like to clear all text on the suggestion bar whenever the user does so...
Emmons asked 17/7, 2015 at 20:3
2
On my project I used a WebView to open a Container App from Keyboard extension.
It worked ok until I tried to run it on iOS 8.3 beta.. On this new iOS version it just do nothing.
I tried to use NS...
Outgroup asked 18/3, 2015 at 11:16
1
I have added textfield (keyboardTextField) and UISwitch on top of my custom keyboard. I can set focus ON or OFF for (keyboardTextField) on the base of Switch value my code.
- (void)switchToggled:...
Collotype asked 14/1, 2015 at 3:56
1
Solved
I have a sqlite database stored in the App Group container in order to register custom shortcut.
I can read/write into it from the app, but not from the keyboard extension.
It seems that the datab...
Titanate asked 2/5, 2015 at 15:22
2
Solved
I want to write text in some custom fonts using keyboard Extension as these apps (1,2,3,4) are doing. I know how we can insert normal string in document proxy.
[self.textDocumentProxy insertText...
Durand asked 9/3, 2015 at 11:21
1
© 2022 - 2024 — McMap. All rights reserved.