virtual-keyboard
How to make keyboard appear at top of screen
When the user touches a UITextField a keyboard normally slides up from the bottom of the screen. Is there a way to make the keyboard appear at the top of the screen instead of the bottom开发者_开发百[详细]
2023-01-17 09:05 分类:问答Virtual Keyboard only shows after two taps
I have an app that has only one Webview and some buttons. On the webview I show a website that contains one textbox.[详细]
2023-01-17 05:15 分类:问答Specifying virtual keyboard type for EditText in XML
I\'m creating a ListActivity.In each list item I have a View I\'ve created which contains a RatingBar and an EditText.In the screenshot at the bottom, you can see the virtual keyboard contains a retur[详细]
2023-01-11 17:54 分类:问答Close virtual keyboard on button press
I have an Activity with an EditText, a button and a ListView.The purpose is to type a search screen in the EditText, press the button and have the search results populate this list.[详细]
2023-01-10 06:14 分类:问答Display virtual keyword asp.net for password
I have a login page with an input of type \"password\" I would like to have a virtual keyboard to enter the password. I\'ve searched and I found the jquery script for virtual keyboard. The code said t[详细]
2022-12-31 13:47 分类:问答Unwanted virtual keyboard in Blackberry app
I have developed a Blackberry app for the 4.5 os series. It works fine on all 开发者_JAVA技巧device except on the storm 1 (storm2 untested).[详细]
2022-12-27 07:26 分类:问答Trouble with onscreen keyboard orientation in iPhone OpenGL ES application
I need to take keyboard input in my OpenGL ES application, so I just created a hidden UITextField and added it as a subview to the main window along with the view that presents my content. I use the U[详细]
2022-12-24 06:07 分类:问答Java input method for Virtual Keyboard
I am facing a problem in开发者_如何转开发 implementing Input method for Virtual Keyboard. Currently I am using robot class for sending input to any application from virtual keyboard. But for that I ne[详细]
2022-12-22 01:19 分类:问答SendInput() isn't "sending" the correct shifted characters?
void WriteChar(char c) { INPUT input = {0}; input.type = INPUT_KEYBOARD; input.ki.wVk= VkKeyScanEx(c, GetKeyboardLayout(0) ) ;[详细]
2022-12-18 08:21 分类:问答How to send the output of a software to a Microsoft Windows Virtual Keyboard?
I am using xvkdb with X11 to send the content of my Barcode reader to the Keyboard Focus Window. But I am looking to port this Barcode Reader on Microsoft Windows. How would you do that?[详细]
2022-12-16 13:38 分类:问答