Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
20 views

I've encountered a situation where I'm using a microphone in a keyboard app. When I try to use the keyboard's microphone in a host app, I need to open the container keyboard app to authorize the ...
bidm's user avatar
  • 1
1 vote
1 answer
78 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 vote
1 answer
70 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
1 vote
3 answers
95 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
6 votes
1 answer
449 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
  • 169
0 votes
0 answers
58 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
1 vote
1 answer
80 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
1 vote
3 answers
195 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
0 votes
1 answer
97 views

I have an AlertDialog that containing the TextField. At portrait mode all working fine - the keyboard is closing with back gesture, but dialog becomes visible. But at landscape mode, when I'm ...
Evgeny's user avatar
  • 25
4 votes
1 answer
80 views

[edit: for all ref's to 'vim', read 'neovim' - see comments for clarification] On a UK keyboard, the shifted characters for the number keys (1...9, and 0) are;- ! " £ $ % ^ & * ( ) When I use ...
Rich's user avatar
  • 391
0 votes
2 answers
745 views

My HTML/JS/Tailwind website runs in webview packaged as an APK. Since upgrading to API 35+, the native keyboard covers the input fields of my website where it used to push it up. What makes this even ...
user31059084's user avatar
0 votes
0 answers
47 views

We have a page with create button that opens a modal, table and other content. When we click on the create button we open a modal that allows us to create a request. After successful creation the ...
Bobby Fade's user avatar
0 votes
0 answers
39 views

I’m developing a React Native Expo app that must run in landscape mode (enforced using expo-screen-orientation). The app includes popup modals with input fields (e.g., for entering an IP address, PIN, ...
Srighakollapu Subrahmanyam's user avatar
0 votes
0 answers
41 views

When an field in an H5 page loaded by a WKWebView in an iOS development project is tapped to gain focus, a keyboard pop-up appears with a prompt for "slide-to-type" ("Slide your finger ...
LicoriceStore's user avatar
0 votes
0 answers
31 views

I am building an app in flutter, that can be used on android devices with only numeric keyboard (letters are in groups on the numbers) like on old phones, so by multi clicking on a number you get a ...
schmru's user avatar
  • 619
0 votes
0 answers
88 views

I just encountered What is JavaScript's CompositionEvent? Please give examples From the little images/videos available on the topic, and given that I only ever really use a English/Latin keyboard ...
Lance Pollard's user avatar
1 vote
1 answer
170 views

I'm programming my new keyboard using QMK firmware. When writing a tap dance function that makes a key do different things when tapped, held, and double tapped, I need to call a method to send the ...
Stephen Ostermiller's user avatar
1 vote
0 answers
91 views

I want to use the SendInput function (winuser.h) to simulate huge amounts of inputs. I have no idea tho what the maximum input array length is. I checked the docs, but I can't find anything there: ...
Jule's user avatar
  • 61
0 votes
0 answers
45 views

I have an app on 100dvh, fixed header at the top, fixed footer at the bottom, in the middle everything that is left with overflow-auto. The problem on iOS is that when I put the cursor on the input, ...
Oksan4ik1's user avatar
0 votes
0 answers
35 views

Im using kivymd 2.0.1 and have several mdtextfields with readonly and use mddropdownmenu to choose values from, but the keyboard pops out and cover the fields.
Leslie Holm's user avatar
0 votes
1 answer
85 views

I implemented the library IQKeyboardManager in mi app KMM, It only works well when the app starts, when I put the app in the background and bring it back to the foreground, it doesn't work. Why does ...
smiranda's user avatar
0 votes
0 answers
49 views

I’ve noticed that when the virtual keyboard opens in a QML application on iOS and Android, the screen shifts upward to keep the text input field in view. I’d like to implement my own custom mechanism ...
posix's user avatar
  • 101
0 votes
0 answers
88 views

I took this simple dnd-kit example of a sortable list and added a text input in the end. On desktop, it is working properly. Also on iPhone it is working without any issues, as long as the software ...
Yannic's user avatar
  • 838
0 votes
0 answers
40 views

I'm currently working on a Xamarin.Android application where I'm trying to modify the device keyboard's default behavior. Desired Functionality: When editing a non-empty text field, the keyboard ...
Drakdy's user avatar
  • 13
0 votes
1 answer
63 views

I'm creating a web app that involves users sending text in the style of WhatsApp/any messenger app. It is very jarring to have the virtual keyboard disappear every time the user inputs text and ...
James's user avatar
  • 91

1
2 3 4 5
255