2,757 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
91
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
69
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
90
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
1
answer
84
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
49
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
44
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
141
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
72
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
82
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
43
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
52
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
190
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
123
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
33
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
102
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 ...