Skip to main content

Questions tagged [android-softkeyboard]

The default onscreen input method provided by Android OS.

android-softkeyboard
0 votes
2 answers
44 views

Flutter getting the keyboard height before it render

i am creating chat app using flutter framework and i am trying to add emoji keyboard the problem is that I can't switch between the main keyboard and emoji keyboard smoothly is there any suggestions ...
Maher Gh's user avatar
1 vote
0 answers
37 views

Android soft keyboard is missing "OK" button after upgrading Unity from 2020 to 2022 LTS

Just upgraded Unity from 2020.3.48f1 to 2022.3.35f1 and immediately regretted it. I have a lot of input text fields in my project (TMP_InputField), some of them are single line and some multiline, ...
Jim Hopper's user avatar
2 votes
0 answers
32 views

Bringing TextFields into View in Jetpack Compose

I'm having trouble understanding how imePadding() and BringIntoViewRequester() work. I have made a signup view and I believe I have applied imePadding correctly to the text field modifiers. But for ...
Lenny's user avatar
  • 21
0 votes
1 answer
40 views

Samsung autofill password breaks GestureDetector unfocus due to AutofillHints.password

I'm using the password autofill feature on my Android Samsung Galaxy A14, but after the keyboard updates the field, I lose my GestureDetector's onTap unfocus ability. Here's a video walkthrough ...
aaronkelton's user avatar
0 votes
1 answer
34 views

Soft Keyboard position Jetpack compose for tv

SO i have a project in which i am using jetpack compose. I'm making a login screen on which i have 2 parts of screen on one part i have username password fields and on the other part i want to show ...
Priyanshu Raj's user avatar
0 votes
0 answers
20 views

How to adjustResize when the keyboard comes up in a Fragment that uses ComposeView

There is a BasicTextField in LazyColumn that can input about 30 characters. And there is a “Done” button at the very bottom. When you click on BasicTextField, the keyboard comes up so you can enter ...
H.JiMan's user avatar
  • 312
0 votes
0 answers
38 views

Restrict copy of value from the OutlinedTextField from compose

I have a password field, OutlinedTextField; I want to restrict the user from copying/pasting (or both) values they provided in the field. My code is below. Kindly let me know how to approach this val ...
arun's user avatar
  • 195
0 votes
1 answer
26 views

Resizable Spacer in compose when keyboard is shown

In xml I could use something like that: <Space android:layout_width="wrap_content" android:layout_height="0dp" android:layout_weight="2" /> It will ...
Kostya1375's user avatar
0 votes
0 answers
21 views

what is the key code value for speaker and amplifier in matrix keyboard?

Can someone point me to the list of key codes that come from getKeyCode() for Amplifier and Speaker which were used in landline phones example: 7 -->"KEYCODE_0" 8 -->"KEYCODE_1&...
Karthick Chowdappa's user avatar
0 votes
0 answers
27 views

keyboard rgb light is not working on linux! how do I fix it?

in my physical keyboard has rgb light. it's perfectly working on windows 10 but recently I switch on parrot security os and using that keyboard, everything is working fine but the rgb is not working. ...
no-one's user avatar
  • 1
0 votes
1 answer
61 views

How can i hide a Keyboard when clicking on another field?

I have a new inventory screen that lets you create a new inventory, the problem is, when clicking Descripcion a Keyboard appears so you can write, and I already can hide it when clicking outside of it....
Daniel PG's user avatar
0 votes
1 answer
81 views

Jetpack Compose imePadding does not provide uniform padding and leads to glitchy keyboard behavior

The best way to describe the problem would be a video: https://www.youtube.com/watch?v=6ZY5zIaK82g The video was recorded on an Android 13 phone, the same behavior was on the phone and emulator with ...
Aleksander's user avatar
0 votes
1 answer
81 views

System keyboard not appearing when using XR Interaction Toolkit raycasting with TMP InputField in Unity VR

I'm encountering an issue in my Unity project where VR immersive view mode is enabled, and I'm utilizing raycasting with XR Interaction Toolkit to interact with a TextField (TMP InputField). While ...
Raja Saad's user avatar
  • 375
0 votes
1 answer
58 views

Flutter | Hide/don't show keyboard when having focus on specific TextField, but allow input from external keyboard/scanner/nfc reader

I'm currently working on an app that gets it's input from an external nfc reader and saves it to a file. As the title says, I need a way to always hide the on-screen keyboard, but the TextField needs ...
Nzxtime's user avatar
1 vote
0 answers
34 views

Compatibility Issue with Keyboards in Setting Stickers/GIFs on ImageView

I attempted to set stickers/gifs on ImageView, but encountered compatibility issues with certain keyboards. Keyboards such as Kika Keyboard, Emoji Keyboard, Emoji & Font Keyboard, and Facemoji ...
Gotya Gosavi's user avatar

15 30 50 per page
1
2 3 4 5
184