android-softkeyboard
Enter Button on Soft KeyBoard - Android
Im using a a Single Line Edit Text , so when i click on Edit text box, im getting \"Go\" i开发者_StackOverflow中文版n place of Enter button. But i want Enter key in place of \"Go\" key . How can i do[详细]
2023-03-22 01:20 分类:问答Virtual Keyboard doesn't appear in an Android Hybrid Application but does appear in the web browser, on the same phone
I have a <textarea> type of text field in a web application from my Android mobile. W开发者_C百科hen I try to access the website with a browser, the virtual keyboard appears as expected.[详细]
2023-03-20 13:36 分类:问答full screen soft keyboard for portrait view
In android ther开发者_如何学JAVAe is an option to set full screen soft keyboard for portrait view.I have seen the full screen keyboard in only landscape view, when we click EditText.[详细]
2023-03-20 02:33 分类:问答Honeycomb (3.1) adjustResize no longer working?
My activity has android:windowSoftInputMode=\"adjustResize\" and behaves accordingly in Android 2.1: Before soft keyboard appears[详细]
2023-03-18 16:51 分类:问答getting list of languages supported by android keyboard
I need to display the list of 开发者_如何学Cthe all languages which are supported by android keyboard. Now I am using Locale.getAvailableLocales(); method but i am getting language and country constan[详细]
2023-03-18 12:48 分类:问答An orientation bug in android-sdk-windows\samples\android-11\SoftKeyboard
I am a beginner of Android app. I am using the keyboard sample code provided in sdk android-sdk-windows\\samples\\android-11\\SoftKeyboard. I have put some features in it but I found there is a orient[详细]
2023-03-14 08:37 分类:问答Softkeyboard blocking EditText
I\'m having the following problem: I have an activity which enables a user 开发者_JAVA百科to post comments on some article. When the user taps the EditText field where the comment can be posted, the[详细]
2023-03-14 07:21 分类:问答How to close/hide the Android soft keyboard programmatically?
I have an EditText and a Button in my layout. After writing in the edit field a开发者_如何学编程nd clicking on the Button, I want to hide the virtual keyboard when touching outside the keyboard. I ass[详细]
2023-03-14 03:44 分类:问答Change default keyboard android
I created my own custom soft keyboard on Android. How can I bind my custom keyboard for my application or for a specific EditText?[详细]
2023-03-13 06:08 分类:问答SoftKeyboard does not allow keyOutputText and keyIcon on same Key
I am trying to modify the SoftKeyboard example (Andriod 3.1 on Moto Xoom) so that I can use an icon on the key and have it output a unicode character when that key is pressed.Specifically I am trying[详细]
2023-03-13 05:55 分类:问答