Questions tagged [soft-input-panel]

The Soft Input Panel (also called S.I.P.) is a special on-screen input method for devices which do not have standard keyboards.

The Soft Input Panel (also called S.I.P.) is a special on-screen input method for devices which do not have standard keyboards. SIP is commonly used in Microsoft Pocket PC and Tablet PC devices, where there is no room for a keyboard. In Microsoft Windows there is a similar on-screen keyboard used as a Microsoft Active Accessibility (MSAA) which also has an ability to change its layout according to current keyboard language and key layout. It was patented by Microsoft in November 2004 under the patent number 6819315.

25 questions
5
votes
2 answers

Display Soft Input Panel (SIP) on WP7 programmatically

How can I programmatically display the soft input panel (SIP)/keypad, via code. (I dont have a text-box on which I can specify the InputScope).
Raj Rao
  • 8,872
  • 12
  • 69
  • 83
4
votes
3 answers

moving edit text along with soft keyboard android

I am having an comment edit text in my application. The edit text is aligned at the bottom of the screen. when edit text is focused i want to move edit text alone with soft keyboard without changing other views in layout similar to comment edit box…
user1526671
  • 817
  • 4
  • 16
  • 33
4
votes
2 answers

how to scroll up layout when keyboard visible in activity with FULL_SCREEN

I want to scroll up my layout when softinput keyboard is visible.I have define scrollview in my xml at proper place but when keyboard is visible it hides some part of layout like buttons. I have read on stackoveflow Link that scrollview not works…
Nitish Patel
  • 1,026
  • 2
  • 19
  • 36
3
votes
0 answers

How to smoothly adjust screen when keyboard opens and layout at keyboard height hides?

I have options like Facebook messenger same at the height of keyboard. When ever my edit text gain focus, I hide the options and keyboard opens up automatically at same height. This is working fine but gives a jerky experience to user & it is not…
Rishabh Saxena
  • 1,765
  • 15
  • 26
3
votes
1 answer

Android soft-input does not disappear when moving back with ActionBar

I am using Android SearchWidget on SearchActivity for searches. It automatically gets focus and soft-input keyboard is displayed. However, when user goes back with ActionBar (but not with back button), the soft-input stays on the screen even though…
Paul Verest
  • 60,022
  • 51
  • 208
  • 332
2
votes
2 answers

How to Make custom Soft Input Panel (SIP) in Windows CE?

How to Make custom Soft Input Panel (SIP) in Windows CE with using C#.Net?
1
vote
1 answer

How to detect/control the SoftInputPanel?

The SoftInputPanel, Soft Input Panel, or SIP is the on screen keyboard that displays on Windows Mobile devices. How do I detect when someone clicks the SIP? How do I programmatically enable/disable the SIP?
user153923
1
vote
2 answers

How to change soft input panel (SIP) to digits only?

I've use the "Digits" and "Numeric" input scopes on the emulator for windows phone7 but on the actual device it ends up being the default input scope. How do I change it to "Numeric" on the actual device? Is there something that I'm missing?
user220583
1
vote
1 answer

How to change soft input panel (SIP) to digits only (phone dialer) on Windows Phone 7?

I have an application where user is adviced to write numbers only in a textBox. However, on textBox GotFocus-attribute I end up with a regular keyboard. How can I change this to phone dialer input, or a number-only input?
Benny Skogberg
  • 10,431
  • 11
  • 53
  • 83
1
vote
0 answers

Having both [Next] and [NewLine] keys in Android softinput (on-screen keyboard)

I have designed a wizard form in the Android using Xamarin, and in that form I have added a multi-line EditText. In run-time when I focus on the multi-line EditText the on-screen Keyboard (SoftInput) appears with just new-line key. How can I have…
S.W.A.T
  • 21
  • 3
1
vote
0 answers

Why does the appearance of the Windows Phone 8 virtual keyboard screw up my page layout?

I have a C# Windows Phone app with a ComponentOne rich text box as the main content element. If there's enough text in the text box that some of it scrolls out of view when the virtual keyboard rolls up, the text box shrinks in size, not…
Robert Oschler
  • 14,153
  • 18
  • 94
  • 227
1
vote
1 answer

Dvorak SIP is not shown in some devices like Pidion

I have built and deployed Dvorak SIP sample from C:\Program Files\Windows Mobile 6 SDK\Samples\PocketPC\CPP\ATL\dvoraksip location. The sample successfully deploys and registers and when I click on Dvorak from the SIP icon at the middle of the tray…
Bob
  • 22,810
  • 38
  • 143
  • 225
0
votes
1 answer

Keep Android 11 IME active in background

I developed a IME for Android that connects on bluetooth device and receive reading from it but still expose a conventional software keyboard. The problem is that if I hide the keyboard, the bluetooth device disconnects. I made it reconnect…
0
votes
1 answer

How to specify classic key board layout in UWP app

I want to specify classic touch keyboard layout(one with number bar on top) in login page of my UWP app. I understand that it can be done by specifying InputScope="NameOrPhoneNumber" etc. Reference…
0
votes
1 answer

Hide Virtual Keyboard from Windows App C#

I am new in UWP, I want to hide On screen keyboard which pops up on focus on textbox.I already have numeric pad to accept the input from user. How to avoid keyboard's automatic functionality. Tried with…
1
2