Skip to main content

Questions tagged [soft-keyboard]

A "soft keyboard" is a virtual keyboard based on a software component that allows a user to enter characters.

soft-keyboard
0 votes
0 answers
7 views

the softkeyboard makes view disappear when it pops up

I have this situation when i get the focus on the inputText, therefore triggering the softkeyboard to show up, the second text and the second button disappear. I tried to examine with the debbugger, ...
Deryl_Myrawill's user avatar
0 votes
1 answer
22 views

How to control the saving of words on the soft keyboard?

My application has password editText. When I enter passwords, the soft keyboard saves them as new words. How can I stop this from happening?
Feuer und Wasser's user avatar
0 votes
0 answers
219 views

net maui "Submit form"/execute button after last element has been entered

I have an entry on my page. When the user presses the "Ok"-button on the keyboard, the keyboard hides and nothing more is happening. I have a button below that entry (continue). I want the ...
Dryzler's user avatar
  • 17
0 votes
1 answer
237 views

Open up Touch Keyboard on Kotlin Compose Desktop Text Fields Windows 10

I'm having difficulty getting the soft keyboard to automatically show up in a Kotlin Multiplatform with Compose Desktop app on a Windows 10 device set in tablet mode on a Pipo touch screen computer. I ...
Jesser's user avatar
  • 120
0 votes
1 answer
38 views

How to avoid BottomBar to close and result in disposing soft keyboard

When the keyboard opens, it might be causing the bottom sheet to close, which will then result in disposing any widgets inside it. globals.addinfolistitem[widget.shotlistindex] ...
Fish Niche's user avatar
0 votes
1 answer
137 views

How to dynamically enable and disable the android soft keyboard

I am loading a certain web page in my android application using a webview and I want to disable the android keyboard for some screens and enable the android keyboard for some screens. So I tried ...
SHA's user avatar
  • 131
1 vote
2 answers
228 views

Input field being cut off by keyboard

The keyboard is cutting off part of the input field I am using a TextFormField is there anyway to push the screen up?
Juan Casas's user avatar
2 votes
1 answer
662 views

How to emit keypress event in React Native

I'm given a custom designed number pad in a React Native app and I need to implement text input functionality, just like the OS number pad/keyboard. The text input is a regular React Native TextInput ...
Can Poyrazoğlu's user avatar
3 votes
3 answers
2k views

Close on-screen keyboard, and THEN navigate to new screen (to ensure keyboard doesn't infringe on size of new screen)

Title sums it up well. In Flutter, you can close the keyboard by removing the focus from it: FocusScope.of(context).unfocus(); And you can navigate to a new screen like so (many ways, just an ...
Matthew Trent's user avatar
0 votes
1 answer
1k views

keyboardAvoidingView keyboard Top white space is not removed in React native code

I am trying to remove white space is present in the keyboard is open while running react native code i already tried to use "adjustResize" ,"adjustPan","adjustNothing" in ...
Yaswanth's user avatar
0 votes
1 answer
2k views

Flutter soft keyboard covering textfield and singlechildscrollview not working

Ok so I've spent the last 3 days watching singlechildscroll videos and reading forums and everyone says use singlechildscroll. For the life of me I can not get this widget to work with my signup page. ...
Technorocker's user avatar
1 vote
0 answers
520 views

Turn off keyboard slide animation in Android

Whenever the soft-keyboard is invoked in the android application, I would like the keyboard to open and close instantly. By default the keyboard has a slide up / down animation, but this can be ...
Bobby's user avatar
  • 11
0 votes
0 answers
977 views

Can I force the soft keyboard to open when a device has a hard keyboard in Xamarin.Android?

I am trying to force the soft keyboard to open when a text entry is on focus, and when the Android device already has a hard keyboard? According to this website, the following approach won't work (I ...
user avatar
0 votes
1 answer
359 views

Hide/Show keyboard on a Xamarin.Forms project?

I'm working on a project that involves the 3 platforms (IOS, Android and Windows). In the application I´m implementing a barcode scanner, that is why i want to hide the Keyboard when a Entry field is ...
Yair Briones's user avatar
0 votes
1 answer
49 views

What are the classes that implement the default Android soft keyboards?

What are the classes that implement the default Android soft keyboards, the ones you get when you define EditText with android:inputType="text" or other possible values of android:inputType? ...
Baruch Youssin's user avatar

15 30 50 per page
1
2 3 4 5
19