android-softkeyboard
Android SoftKeyboard: android:windowSoftInputMode="adjustPan" Not working
Before asking this question : @Nagekeeran Piraba & me are working same company.I asked this question on behalf of her. I am new to Android & This Site also[详细]
2023-04-06 17:34 分类:问答Android keyboard does not open when using media queries
I have a mobile site that includes a search box at the bottom.I also use media queries to hide content in portrait mode and display it in landscape mode.[详细]
2023-04-06 12:10 分类:问答Android How to adjust layout in Full Screen Mode when softkeyboard is visible
I have researched a lot to adjust the layout when softkeyboard is active and I have successfully implemented it but the problem comes when I use android:theme=\"@android:style/Theme.NoTitleBar.Fullscr[详细]
2023-04-04 15:59 分类:问答How to avoid char popup in android keyboard
开发者_开发问答 I don\'t want to show the char suggestion when I click on any key. How can I do this?I think and as per I know that we can\'t disable this PopUp for Android Keyboard..[详细]
2023-04-04 15:30 分类:问答Resizing Android soft keyboard in Portrait mode
Is it possible to resize the Android soft keyboard in portrait mode? The keyboard is taking up about half my screen. I would like to decrease th开发者_JAVA百科e height of the keyboard.No, you can\'t.[详细]
2023-04-04 08:26 分类:问答How to run those Android SDK example applications?
I have 64-bit Windows 7 Professional, Android SDK and ADT Plugin for Eclipse. In the开发者_C百科 examples directory of Android SDK there are at least three different directories for SoftKeyboard. Whic[详细]
2023-04-03 07:28 分类:问答How do I remove the keyboard after I finish an activity?
开发者_JAVA百科I have an activity that users type inside and then click the ok button. When it is finished, the activity closes and goes back to the old activity but the soft keyboard is still on the[详细]
2023-04-03 02:55 分类:问答No soft keyboard for the EditText inside the Dialog Box
I\'d like to create a Dialog Box where the user can insert a number; so I overrided the onCreateDialog method this way:[详细]
2023-04-02 09:47 分类:问答Android soft keyboard and Enter action
I have a EditText in my app which is supposed to take only numeric values; this is why I set the inputType property this way:[详细]
2023-04-02 05:43 分类:问答How to hide soft keyboard for one of the EditText when soft keyboard is already shown?
Here the situation: I am showing a screen with 4 input fields, 2 of them need to be edit by user (numeric field), other (text field)- shows some text info which can be changed by user via ListView, bu[详细]
2023-04-02 04:13 分类:问答