Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
25 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
1 answer
70 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
1 answer
39 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
1 answer
122 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
0 votes
1 answer
66 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
0 answers
47 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
2 votes
1 answer
97 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
95 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
3 answers
117 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
0 votes
0 answers
251 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
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 votes
2 answers
353 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
2 votes
0 answers
209 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
266 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
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
1 vote
1 answer
947 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
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
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
0 votes
2 answers
595 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
2 votes
1 answer
871 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
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
1 vote
0 answers
221 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
0 votes
2 answers
673 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
1 vote
2 answers
342 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
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

1
2 3 4 5
56