2,757 questions
-1
votes
0
answers
34
views
Dark gap above Android keyboard when using Keyboard.resize = "body" in Capacitor
I’m building a React PWA packaged with Capacitor for Android.
I need the app to resize when the keyboard appears because a formatting toolbar must stay above the keyboard (similar to any notes apps).
...
0
votes
0
answers
64
views
Flutter (Android TV) — soft keyboard overlap/hides TextFormField
Problem:
I'm building a login screen for an Android TV app. The layout is a two-column panel (left: QR, right: email/password form). When the on-screen keyboard appears, the email field stays visible ...
0
votes
1
answer
80
views
Force change the language of my current input keyboard programmatically in Android
We are building a Multi-Lingual Business Application -- where the user is able to enter values and data in multiple languages.
One of our main use cases is, if a user is editing or adding to a text ...
0
votes
0
answers
72
views
An entire UI shifts upward when keyboard appears in .NET 9 MAUI app
I am developing a mobile app in MAUI.
I have upgraded Visual Studio 2022 v17.9 to v17.13.6. I have also upgraded from .NET 8 to .NET 9 to support Android 15.
I have added below layout or UI structure ...
0
votes
1
answer
47
views
XML layout_alignParentBottom="true" in api 34 or above is not sticking to bottom but moves with keyboard
Since API=34 and above the XML child android:layout_alignParentBottom="true" is not working properly. In my case I have created a RelativeLayout for the entire screen and added an xml ...
0
votes
0
answers
37
views
Popup keyboard that shows alternate characters on the touched key
I am developing a custom mobile keyboard using Kotlin and XML. The keyboard currently displays a key preview popup when a key is tapped, which is functioning as expected. However, I need to implement ...
0
votes
1
answer
129
views
How to disable keyboard from appearing while allowing selection on an Editor in .NET MAUI?
I have an Editor in MAUI that as of now allows for tapping but each time I tap, it opens up the keyboard (on Android). I do want to be able to tap so that I can change cursor position but don't want ...
1
vote
1
answer
64
views
Android Wear OS soft keyboard not displayed in keyboard list
I have developed a soft keyboard for the Android Wear OS.
This issue I'm facing is as follows:
Problem Description:
- Developed using API 34 and above
- The keyboard appears in the keyboard list ...
0
votes
1
answer
75
views
Disable software keyboard for the whole application
I`m working on a jetpack compose application. That application runs on a device with small screen and physical hardware buttons.
There is not need of the softkeyboard. I don't need it to pop up at all....
0
votes
1
answer
40
views
Adjusting Layout when Softkeyboard open on pixel 7 devices
In the chat screen, LAYOUT1. When keyboard open the top view and recyclerview stays where they are and bottom Layout with edit text is adjusted. On redmi, poco and Samsung devices. But it doesn't work ...
0
votes
0
answers
51
views
How to change mobile keyboard orientation without changing device orientation
I am working on a mobile app for IOS and Android in Unity, it needs to swap between screen orientations, landscape to portrait, with input text in both orientations. The transition-animations in iOS ...
0
votes
1
answer
181
views
Android keyboards disappear in dropdown editor field in Tabulator
I think the keyboard causes a resize on the table, which triggers a table.redraw(), which causes the field to lose focus, making the keyboard disappear, but IDK
This happens in a Samsung Tablet with ...
2
votes
1
answer
104
views
new BasicTextField: How to react to IME actions
A while ago Google made "BasicTextField2" to an official overload of "BasicTextField". The main difference is that it does not organize its text value via "TextFieldValue"...
0
votes
0
answers
32
views
Where is status bar overlay coming from on IME pupup?
I have an input box that when clicked on pops-up the soft keyboard and an overlay over the status bar renders at the same time. But when the input box loses focus, the keyboard hides but the overlay ...
0
votes
0
answers
99
views
I am having issues on adjusting layout on android when soft keyboard appears on screen in react-native
I am working on a react-native app and using "react-native": "0.73.6", and I am facing some UI issues when the keyboard appears on the screen in my MessageInboxScreen. Below is the ...
0
votes
0
answers
62
views
In android platform how to keep virtual keyboard always show in webview page
In the webview page, when the user clicks on the non-input content area, the virtual keyboard will hide. How can I keep the virtual keyboard displayed all the time?
0
votes
3
answers
125
views
Opening Keyboard From Side When In Landscape
I have an app in which the EditText(s) are laid out in a manner in which I want to keep them all visible while the user is typing. When in portrait orientation, this is very simple, because the height ...
-1
votes
1
answer
289
views
How to display keyboard in two display at a time in android?
I want to display keyboard in both primary and secondary display.
But the keyboard is displaying in any one of the display. Let me know is there any work around to display the keyboard in both display[...
0
votes
0
answers
252
views
Soft Keyboard Overlaps Input in Android WebView but Not in Chrome (DotNet MAUI App)
I'm developing a .NET MAUI app with a WebView that displays my web app. On Android, when the soft keyboard opens, it overlaps input fields instead of panning the content upward (while it does it fine ...
4
votes
0
answers
856
views
MAUI entry numeric keyboard does not accept decimal points on Android
Using a regular MAUI <Entry> with a numeric keyboard, I am unable to enter a decimal point on someone elses device, while I am able to enter a decimal point on my own device. Why is that and how ...
36
votes
5
answers
9k
views
How to get rid of floating keyboard on Android emulator?
I'm working with Android emulator, the keyboard was a fine, docked keyboard. Today out of nowhere, it started floating:
I can't find any way to "dock" it back to bottom. I tried dragging it ...
1
vote
0
answers
128
views
How to disable keyboard pan/adjusting on a ModalBottomSheet
I have a form with multiple Composable TextFields in a ModalBottomSheet. The problem is my ModalBottomSheet keeps moving to a partially collapsed state when it should simply stay expanded. I want to ...
-1
votes
2
answers
355
views
Flutter getting the keyboard height before it render [closed]
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 ...
1
vote
0
answers
145
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, ...
2
votes
0
answers
213
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 ...
0
votes
1
answer
65
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 ...
0
votes
1
answer
269
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 ...
0
votes
0
answers
116
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 ...
0
votes
1
answer
90
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 ...
0
votes
1
answer
72
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....
1
vote
1
answer
952
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 ...
0
votes
1
answer
277
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 ...
0
votes
1
answer
87
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 ...
1
vote
0
answers
46
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 ...
1
vote
1
answer
1k
views
How to listen to newLine ime action in TextField in Android? (Using Jetpack Compose)
I have a textField in which I want to listen to the newLine(Enter) and perform action accordingly.
I didn't find any dedicated action button for this specific purpose.
I tried using onKeyEvent but ...
2
votes
6
answers
436
views
how to make an EditText fully visible when opening the soft keyboard
In my Android activity, I have an EditText with other layouts before and after.
When I click in the EditText, the soft keyboard is open and the view is scrolled just enough so that I can see the ...
0
votes
2
answers
601
views
Prevent soft keyboard to shows up with edittext in flutter
I'm trying to use an android device that has an integrated barcode scanner. I have an textfield that is filled with the data read by the scanner. It's working bu everytime I change the focus, the soft ...
1
vote
0
answers
413
views
How to create input connection from Jetpack Compose Text Field?
I have my own custom keyboard created with jetpack compose, in my custom keyboard there's a feature that shows a textfield and we can type that textfield with the keyboard too, so I have to switch ...
2
votes
1
answer
874
views
How can i achieve displaying the bottombar on top of the soft keyboard in android compose?
Im not sure on how i can place the bottombar ontop of the keyboard when its visible
i want the bottombar to show at that position when the keyboard is up
presently the keyboard overlay the bottombar ...
1
vote
3
answers
2k
views
How to automatically scroll LazyColumn when the keyboard goes up or down in Android
I am making a chatting app with android compose.
Usually, when you scroll freely within the chat window and press the text input window to bring up the keyboard, the chat at the bottom of the screen ...
1
vote
0
answers
157
views
Keyboard pushes ModalBottomSheet too high
Im getting this weird issue with Material3 1.1.2, but seems to be fixed in 1.2.0-beta, although beta has other issues so im trying to figure out if anyone has found a solution. If you have a ...
0
votes
1
answer
28
views
SoftKeyboard is not showing any keys and it's blank in android
When I click on the edittext the keyboard is poping up. But the keyboard is blank. We can't see any keys on it, only grey color. It's happening in the BottomSheetDialogueFragment. Working normal in ...
1
vote
0
answers
227
views
Trying to display SoftKeyboard on second Android Display
I've got an Android device with 2 independent touchscreen displays. On my second screen, I want to display a WebView that is able to load a full-screen webpage in a WebView and interact with it. I am ...
2
votes
0
answers
261
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 ...
0
votes
2
answers
674
views
Soft Keyboard not opening for second time once closed keyboard in Textfield compose
I am new to Compose. Faced issue on compose Textfield when I try to implement an UI which takes input from user. As soon as click Textfield soft Keyboard opened immediately on first time and able to ...
0
votes
1
answer
192
views
InputMethodService onCreateInputView not called
I have a simple InputMethodService implementation:
class MyKeyboardView : InputMethodService() {
override fun onCreate() {
super.onCreate()
Timber.d("onCreate")
}
...
1
vote
2
answers
343
views
React Native Component Hide with Keyboard
I create Header and Gifted Chat in React Native.
return (
<View style={{ flex: 1, backgroundColor: '#fff' }}>
<StatusBar
backgroundColor="#4A43EC"...
0
votes
1
answer
477
views
React Native Component moves up with keyboard
I create a custom bottom tab bar and fix it at end of screen using
position: 'absolute', and bottom: 0,.
I also have a textinput for search. When I try to type something in search, keyboard appears ...
4
votes
0
answers
141
views
How can I use SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN with SOFT_INPUT_ADJUST_RESIZE
I want to extend my view to statusbar but when I use SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN the SOFT_INPUT_ADJUST_RESIZE will not work anymore! any suggestions?
I've tried this code but so far no luck!
...
0
votes
1
answer
383
views
Compose - Display a composable above keyboard on Z axis
I want to display full-screen content on top of software keyboard in Compose. You can see my use case on the following gif:
This screen's layout looks like this, with ImageViewer on top of content to ...