Questions tagged [soft-keyboard]

A "soft keyboard" is a virtual keyboard based on a software component that allows a user to enter characters.

A virtual keyboard is a software component that allows a user to enter characters.[1] A virtual keyboard can usually be operated with multiple input devices, which may include a touchscreen, an actual computer keyboard and a computer mouse.

Virtual keyboards are commonly used as an on-screen input method in devices with no physical keyboard, where there is no room for one, such as a pocket computer, personal digital assistant (PDA), tablet computer or touchscreen equipped mobile phone. It is common for the user to input text by tapping a virtual keyboard built into the operating system of the device. Virtual keyboards are also used as features of emulation software for systems that have fewer buttons than a computer keyboard would have.

http://en.wikipedia.org/wiki/Virtual_keyboard

284 questions
0
votes
1 answer

How to deploy a soft keyboard in Android?

Dear Android Developers, I would like to develop a soft keyboard for android, which I can use with any app that requires text input. I added the InputMethod intent-filter to my manifest as such:
user2608384
  • 195
  • 1
  • 1
  • 5
0
votes
3 answers

how to hide soft key pad after changing one viewpager to another view pager

hi guys how to hide soft keypad when am changing the one view pager to another view pager the problem is in view pager having four tabs,first tab having search option when i click search edit text then after i click another tab.soft key pad is…
venu
  • 2,971
  • 6
  • 40
  • 59
0
votes
1 answer

Why will soft keyboard appear for alertDialog.Builder but not for popupWindow (android)?

I have an activity that launches a series of popupWindows via a LayoutInflater. One of them has a bunch of EditTexts in it, and for some reason I cannot get the soft keyboard to launch when they are focused. However, if I switch it from a…
0
votes
1 answer

In WP, how can I maintain visible the caret position cursor, without showing the softkeyboard?

Its a very unusual question, but I'm in need of this feature. In Windows Phone, how can I maintain visible the caret position cursor of a given TextBox, without showing the softkeyboard (virtual keyboard)? In Android this is very possible, but I…
Marcelo
  • 2,075
  • 5
  • 21
  • 38
0
votes
1 answer

Trouble with listener/event when the softKeyboard is up on iOS via Adobe Air

I am making an application for iOS and eventually Android with Adobe Air. It's a crossword puzzle. Many crossword puzzles apps/games have this feature where you can tap a letter square and the selected square will highlight along with the rest of…
Frilli7
  • 3
  • 1
0
votes
1 answer

SIP keyboard sometimes does not show up?

I have a TextBox in my Windows Phone 7 page. When I touch on it, some times the SIP keyboard doesnot show up. I encounter this on my C900 phone. Don't know if this is a problem with WP7, or just my phone. How to handle this ?
onmyway133
  • 45,645
  • 31
  • 257
  • 263
0
votes
0 answers

How can I build-in an activity in the own soft keyboard?

I have own soft keyboard: And Main Activity - dictionary: Can i embded my Main Activity into soft Keyboard, like this: In the event handler "On Start" next code: Intent intent = new Intent(getBaseContext(), FdActivity.class); …
user1755546
  • 1,049
  • 2
  • 13
  • 27
0
votes
1 answer

Getting .focus() jquery on an input field to automatically display soft keyboard on mobile devices

I've looked at a few tutorials around this topic and seems nearly impossible to use javascript /jquery to get the keyboard to display as soon as a user lans on the page. so far i have: