Questions tagged [swift-keyboard]

20 questions
0
votes
2 answers

''Done" button not visible anymore when typing in EditText field

I have an EditText field in my application, where the user can enter data. The application is in fullscreen mode programatically. The problem is that on some phones (Honor P Smart) the "Done" button is not visible anymore, as you can see on the…
blade
  • 804
  • 1
  • 9
  • 18
0
votes
0 answers

Selecting a Cell inside UICollectionView in a custom keyboard

I have a Cell comprising of an Image View inside a UI Collection View in a custom keyboard extension. Everything looks good except when I try to select an item in the collection view nothing happens. Any idea/suggestions? Yes, I have attached…
Kamil Kamili
  • 1,757
  • 5
  • 24
  • 39
0
votes
0 answers

swiftkey keyboard won't show for react-native text input

I am having a problem with react-native textinput. on one screen the swiftkeyboard shows and on the other it does not show swift keyboard but the default keyboard. on the below textinput swiftkey keyboard shows:
0
votes
0 answers

Swifkey Keyboard doesn't react to backspace key in Gluon Project

Since the latest update to Swiftkey Keyboard, the backspace key event is not properly recognized / fired. An eventfilter added to the input node showed that you have to hit backspace several times, until the corresponding key event gets fired. This…
jns
  • 6,017
  • 2
  • 23
  • 28
-1
votes
1 answer

A thin line appears when the keyboard dismisses - SwiftUI

I am new to SwiftUI, and I am creating a simple view which contains 3 textfields and a button. When I focus on a textfield the keyboard appears and it moves the view upwards, then when I dismiss the keyboard , the view is moved downwards to its…
1
2