Top "Keyboard" questions

A text input device.

When the keyboard appears, the Flutter widgets resize. How to prevent this?

I have a Column of Expanded widgets like this: return new Container( child: new Column( crossAxisAlignment: CrossAxisAlignment.stretch, children: <…

keyboard resize widget textfield flutter
Android:Hide keyboard after button click

I need to hide the android keyboard after a button click. I have seen many examples of how to do …

java android keyboard hide
Which is the easiest way to simulate keyboard and mouse on Python?

I need to do some macros and I wanna know what is the most recommended way to do it. So, …

python windows keyboard mouse
Where do I find API key and API secret for Facebook?

Trying to connect to Facebook to make a statusupdate through my Android application. Got the whole thing running but I …

android facebook api keyboard api-key
Xcode/iOS5: Move UIView up, when keyboard appears

I'd like to move up my view, when the keyboard is shown. The keyboard (height: 216) should push up my view …

iphone ios uiviewcontroller keyboard ios5
Hide keyboard when scroll UITableView

In my app i want hide keyboard when i start scrolling UITableView. I search about this in internet, and most …

ios uitableview keyboard scroll
Get UITableView to scroll to the selected UITextField and Avoid Being Hidden by Keyboard

I have a UITextField in a table view on a UIViewController (not a UITableViewController). If the table view is on …

xcode uitableview keyboard uitextfield
can't get correct value of keyboard height in iOS8

I was using this code to determine what is the size of the keyboard : - (void)keyboardWillChange:(NSNotification *)notification { NSDictionary* …

ios objective-c cocoa-touch keyboard ios8
iPhone UIWebview: How to force a numeric keyboard? Is it possible?

I'm experimenting with PhoneGap to develop some iPhone apps. PhoneGap basically wraps a UIWebView - it works well. The problem …

iphone keyboard uiwebview cordova
C# - Detecting if the SHIFT key is held when opening a context menu

In my C# application I want to display a context menu, but I want to add special options to the …

c# keyboard contextmenu