Questions tagged as 'teclado'

2
answers

Android keyboard does not overlay buttons

In one of the screens of my application: WhenIopenthekeyboarditoverlapsthecompletedbutton: OriginalFoodRecordscreen InthisotherscreenoftheapplicationthisdoesnothappenandIwouldlikeittohappen: Followthecodefromthelastscreen:<?xmlversion="1....
asked by 12.01.2017 / 00:04
1
answer

How to collapse keyboard when cancel search button is clicked?

How to collapse the keyboard when the cancel button is clicked on a UISearchBar? I tried some methods and even delegate methods, but it did not work. I'll put an image to be more precise:     
asked by 04.12.2014 / 05:49
1
answer

How do I add characters to a native iOS keyboard type?

Scenario: In an app screen, the user should enter a data type that is only a number to perform a search. To avoid using text, I set up a keyboard for the type: Number Pad. However, I need to display other characters together, in this case the hy...
asked by 13.10.2014 / 20:00
2
answers

JQuery - Press ENTER to push a button

I have a JavaScript / JQuery code that I also wanted to execute the function or click the button, or the button to be pressed with the enter when typing. Detail that this is just a test I'm doing, nothing serious, it's not a login system or anyt...
asked by 24.10.2018 / 17:38
1
answer

Resizing RelativeLayout while the keyboard is active

Good evening! I'm a beginner on android, so excuse me if it's a dumb question. I did not find a solution to my problem in this forum, so I decided to create this post. I have a very simple application, as in the image below:
asked by 09.12.2015 / 04:13
1
answer

Cordova keyboard hides inputs

I'm developing a aplicativo hibrido that I use Cordova plus HTML5 + jQuery and I'm having a problem. When I click on the text field to type something the automatic keyboard event is triggered and the keyboard positions itself on top of my...
asked by 13.10.2015 / 15:17
1
answer

UITextField does not display keyboard (IOS / Objective C) [closed]

My field (UITextField) does not display the application keyboard when selected through the simulator.     
asked by 08.05.2015 / 20:06
2
answers

Keyboard rising before the view up

As the statement says: As soon as I touch a input the keyboard goes up and then view goes up. I'd like to know what I'm doing wrong. PS : In addition, between the keyboard and the view, there is a black space and scroll...
asked by 09.03.2015 / 14:06
2
answers

Hide keyboard with Fragment

I'm doing a mobile application that has screens in fragment with Drawer, and they have EditText , but I'm having a problem that when I click on EditText and then click off, or click on menu does not disappear, and it is difficult...
asked by 07.11.2014 / 19:19
0
answers

Library keyboard applied within a for loop

I have a code with a loop. Within this loop that is running, I need to make the option that each time I press the letter O, a certain value x (previously defined by me in tbus ) is added to a given account in this loop for only one (the ac...
asked by 21.11.2018 / 01:54