Skip to main content
1 vote
1 answer
70 views

I have been looking at how to explicitly dismiss a keyboard while allowing a picker on the same form to actually work. There are already various solutions on here that solve my issue, and I have a ...
Peter M's user avatar
  • 7,591
1 vote
1 answer
88 views

I have an application that relies on the deprecated keyCode property for keyboard shortcuts. I need to update my code to use a modern alternative that works consistently regardless of the user's ...
tsveti's user avatar
  • 19
-1 votes
0 answers
76 views

Problem My React Native app crashes with NSInvalidArgumentException when navigating between screens that contain TextInput components. The crash occurs specifically when text is selected in one ...
Smit Valture's user avatar
1 vote
1 answer
75 views

I'm developing a custom iOS keyboard extension, and I want to detect whether Full Access has been enabled — ideally without requiring the user to open the keyboard first. I understand that when Full ...
miladhf's user avatar
  • 13
0 votes
1 answer
120 views

I have a front-end Angular app in which menu items need to be completely accessible through the keyboard. My problem is that I need to add some style formatting to the menu items - and I'm stuck ...
Tim's user avatar
  • 867
1 vote
3 answers
103 views

I have an unordered list in a React app, and I want to be able to navigate through the list using down/up arrows. The list is rendered conditionally, based on whether a variable is null or not (the ...
ArcPie_22's user avatar
1 vote
1 answer
113 views

I have a basic input grabber which looks like this: Display *display = NULL; int main(const int argc, const char *argv[]) { display = XOpenDisplay(NULL); if (!display) { return 1; ...
Coarse Rosinflower's user avatar
7 votes
1 answer
529 views

Since iOS 26, the toolbar on the keyboard isn't against the keyboard, there's a small gap as seen here on Safari: But in my app it shows up like this, without the gap: Here's my code: .toolbar { ...
Benjamin's user avatar
  • 179
0 votes
0 answers
76 views

I’m seeing noticeable UI hitches only on Android when the keyboard opens/closes while using react-native-keyboard-controller. On iOS everything is smooth — inputs scroll correctly, no dropped frames. ...
Pasha Marchenko's user avatar
0 votes
0 answers
62 views

I have one of these tablets, just over 2.5 years old now. It came with Android 12 and was fine, then an auto-update forced it to 13, and it broke the on screen keyboard. What happens in practice is ...
nmw01223's user avatar
  • 1,745
0 votes
0 answers
48 views

I'm working on an Android Jetpack Compose app, and i've hit a strange bug that seems to be exclusive to Samsung Galaxy S25 Ultra and Samsung Keyboard. When I tap on a TextField on my Samsung Galaxy ...
denis0001-dev's user avatar
1 vote
1 answer
86 views

I’m building a chat screen in Flutter, and I want my TextField (message input) to stay just above the keyboard when it opens. The problem: there is always a white space between the keyboard and my ...
aymen Braham's user avatar
0 votes
0 answers
63 views

Very simple question. I have a Pixel 6a. The code shown below works everywhere except the physical Pixel 6a (on Android 16). The code works on Redmi note 11 which has Android 11 and on an emulator ...
Abhinash Majhi's user avatar
1 vote
3 answers
196 views

I am developing a Python script to pass a challenging minigame in a single-player title. My goal is to unlock a specific achievement within this game, a task I've spent over 10 hours attempting ...
Hilda's user avatar
  • 19
1 vote
2 answers
648 views

Background I'm building a SwiftUI form (AddRecipeView) inside a NavigationStack. I’ve added a .toolbar(placement: .keyboard) with a “Done” button to dismiss the keyboard, especially useful for ...
Pablo's user avatar
  • 95

15 30 50 per page
1
2 3 4 5
849