Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
34 views

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). ...
Rii's user avatar
  • 1
0 votes
0 answers
64 views

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 ...
Player91's user avatar
  • 153
0 votes
1 answer
80 views

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 ...
Anumey Sharma's user avatar
0 votes
0 answers
72 views

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 ...
BSB's user avatar
  • 277
0 votes
1 answer
47 views

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 ...
Dilazak's user avatar
  • 149
0 votes
0 answers
37 views

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 ...
Mujeeb's user avatar
  • 1
0 votes
1 answer
129 views

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 ...
Nikola Savić's user avatar
1 vote
1 answer
64 views

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 ...
Taeun Park's user avatar
0 votes
1 answer
75 views

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....
Nontas Papadopoulos's user avatar
0 votes
1 answer
40 views

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 ...
Rohaitas Tanoli's user avatar
0 votes
0 answers
51 views

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 ...
Nicholas Horsma's user avatar
0 votes
1 answer
181 views

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 ...
The One's user avatar
  • 4,726
2 votes
1 answer
104 views

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"...
Florian Meyer's user avatar
0 votes
0 answers
32 views

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 ...
thedooctor's user avatar
0 votes
0 answers
99 views

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 ...
MOHAMMAD SIDDIQUE's user avatar
0 votes
0 answers
62 views

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?
breeze's user avatar
  • 53
0 votes
3 answers
125 views

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 ...
Nathan Sokalski's user avatar
-1 votes
1 answer
289 views

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[...
Star's user avatar
  • 667
0 votes
0 answers
252 views

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 ...
SamBerk's user avatar
  • 631
4 votes
0 answers
856 views

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 ...
user avatar
36 votes
5 answers
9k views

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 ...
Can Poyrazoğlu's user avatar
1 vote
0 answers
128 views

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 ...
user1743524's user avatar
-1 votes
2 answers
355 views

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
145 views

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
213 views

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 ...
LennyPK's user avatar
  • 21
0 votes
1 answer
65 views

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
269 views

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
116 views

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
  • 245
0 votes
1 answer
90 views

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
1 answer
72 views

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
1 vote
1 answer
952 views

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
277 views

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
  • 494
0 votes
1 answer
87 views

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
46 views

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
1 vote
1 answer
1k views

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 ...
Curious Head's user avatar
2 votes
6 answers
436 views

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 ...
Laurent D.'s user avatar
0 votes
2 answers
601 views

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 ...
Yes92's user avatar
  • 311
1 vote
0 answers
413 views

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 ...
galihif's user avatar
  • 454
2 votes
1 answer
874 views

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 ...
Olaleye Paul Tobi's user avatar
1 vote
3 answers
2k views

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 ...
H.JiMan's user avatar
  • 390
1 vote
0 answers
157 views

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 ...
DroidPest's user avatar
  • 394
0 votes
1 answer
28 views

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 ...
Thomas M K's user avatar
1 vote
0 answers
227 views

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 ...
Dwebtron's user avatar
  • 816
2 votes
0 answers
261 views

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
0 votes
2 answers
674 views

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 ...
ananth's user avatar
  • 11
0 votes
1 answer
192 views

I have a simple InputMethodService implementation: class MyKeyboardView : InputMethodService() { override fun onCreate() { super.onCreate() Timber.d("onCreate") } ...
artem's user avatar
  • 16.8k
1 vote
2 answers
343 views

I create Header and Gifted Chat in React Native. return ( <View style={{ flex: 1, backgroundColor: '#fff' }}> <StatusBar backgroundColor="#4A43EC"...
MST intern 2's user avatar
0 votes
1 answer
477 views

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 ...
MST intern 2's user avatar
4 votes
0 answers
141 views

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! ...
MH Rastegari's user avatar
0 votes
1 answer
383 views

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 ...
Calamity's user avatar
  • 1,060

1
2 3 4 5
56