Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [virtual-keyboard]

A virtual keyboard is a software component that allows a user to enter characters. A virtual keyboard can usually be operated with multiple input devices, which may include a touchscreen, an actual Computer keyboard and a computer mouse.

virtual-keyboard
2 votes
1 answer
58 views

Windows 11 integrated virtual keyboard not called when clicking on QSpinBox

I'm creating a Qt Widgets application and deploying it on Windows 11 tablet. Currently, when I click on a QLineEdit, the Windows 11 integrated virtual keyboard appears and I can edit the text. But, ...
user26304607's user avatar
1 vote
0 answers
125 views

What virtual keyboard to use with touch screen?

I'm quite struggling on integrating a virtual keyboard on my python app. These are the virtual keyboard I tried and my problems on each one. I'm on Raspberry Pi OS Bookworm on a Raspberry Pi 5. ...
Noy.'s user avatar
  • 21
-3 votes
1 answer
39 views

Android Chrome input listener receives weird data

I have code that intercepts keyboard events like keydown. However I was not able to use it on my Android Phone because keydown event is not working with virtual keyboards on Android Chrome. Because of ...
ysrtyfn's user avatar
  • 395
2 votes
1 answer
277 views

On iOS Safari, what's a more responsive way to get the keyboard size or an above keyboard float button?

I am using window.visualViewport.height(the view's visible height) to work out where the virtual keyboard starts in iOS Safari. And I have it working and responsive once I have the window....
micky_mikes's user avatar
0 votes
0 answers
15 views

How to open custom keyboard instead of default virtual keyboard when click on EditText in Android Studio?

My following code has prevented opening the default virtual keyboard, but it clears text cursor inside EditText too. Have any way to do both of them at the same time? mEdtSearch.setOnClickListener(new ...
Tung Le's user avatar
  • 39
0 votes
1 answer
45 views

How can i add visual feedback to react-simple-keyboard that will help confirm a key is pressed, like the magnified keys appearing in iOS?

React simple keyboard is amazing out of the box, and has many advantages over native mobile os keyboards. But, I miss the visual feedback you get in iOS when you tap a letter and it magnifies ...
Luke's user avatar
  • 1
0 votes
0 answers
42 views

How to access virtual keyboard suggestions with javascript the same way i could using a <datalist> in html

I have a rather compact static UI made in JS + Jquery/HTML/CSS. I need to make a a text input with suggestions, which so far i succeeded however it misses one thing. That is the suggestions (or ...
forwardfeed's user avatar
2 votes
0 answers
141 views

VirtualKeyboard API - hide() method not working

I have a JavaScript application which also runs on mobile devices (Android, Chrome Browser). The requirement is a input field which has inital focus without showing the Softkeyboard. This will be used ...
benny's user avatar
  • 21
1 vote
0 answers
155 views

Safari Layout Viewport to match Visual Viewport when Virtual Kbd is open

I'm using <meta name="viewport" content="interactive-widget=resizes-content, ...> so that the layout viewport resizes to be the same as the visual viewport so that all content is ...
nevf's user avatar
  • 4,756
0 votes
0 answers
103 views

Input cleared when 'done' button on iOS virtual keyboard touched

My React App has an issue about input and iOS virtual keyboard. This is Default after I got SMS pass code, the code appears on top of keyboard automatically. when I touch outside the keyboard to hide ...
rootzero's user avatar
0 votes
1 answer
39 views

Virtual keyboard - wrong cursorPosition when refocussing input

I'm planning a virtual keyboard. It works for simple input, but when I repeat the typing in a setInterval it only works without refocussing on the input-element, otherwise the cursor-position jumps. ...
BarbWire's user avatar
0 votes
0 answers
29 views

My React website has a header that extends off the screen when using a smartphone keyboard

I googled into it but could not find a solution. I tried to solve the problem with CSS and JS but it behaved differently in different browsers. Please let me know if you have any good libraries or ...
ssa's user avatar
  • 130
0 votes
0 answers
182 views

Using virtual keyboard with PyQt5

I have a touch screen monitor. I have followed these steps to enable virtual keyboard on my UI: https://stackoverflow.com/a/62522005/19949085 It is working with my main UI. I am able to use it to ...
tuna's user avatar
  • 1
1 vote
1 answer
70 views

React Application- Suppress the Virtual Keyboard when Barcode Scanner Text box Active/ Focused (Tablet)

Good Evening when we scan bar codes from our application, sometimes when we hit the confirm button, the virtual key board pops up (Tablet - Android Device), which it should not because at that time ...
Thimothy26's user avatar
0 votes
0 answers
102 views

PyQt6 WebEngineView - Windows 10 virtual keyboard issue

In pyqt6 QWebEngineView I load an url (e.g: w3schools modal) on Windows 10 (input: touch screen, without keyboard) My problem is that, when the user open a Modal (like in the link), and if it has an ...
Haroshow's user avatar

15 30 50 per page
1
2 3 4 5
28