Android :: Onscreen Keyboard Opens Automatically / When Enter On Activity
Nov 10, 2010
When i enter to a activity with a scrollview layout and textedit's they get focus and android keyboard opens.how i can avoid it? when i was using linearlayout and relativelayout without scrollview layout, this doesn't happens.
View 1 Replies
Dec 18, 2012
When I want to enter text in the browser to search, the onscreen keyboard won't come up. All I get is the "listening" icon coming up to allow me to tell it what I want to search for. How can I enable the onscreen keyboard to come back????
View 1 Replies
View Related
Nov 16, 2010
How to show the soft input keyboard while a activity opens. In Normal case a keyboard pops up when we tap inside the edit text but i want to open it automatically when that screen loads.
Here is the xml layout file
And here is the main.xml layout file
CODE:.....................
View 1 Replies
View Related
Aug 14, 2010
In one of my custom views, I have an EditText. When the onscreen keyboard appears, it takes up too much space for my custom view. I would like to turn off visibility of a few of my components whenever the onscreen keyboard is present. Then turn them back on when it goes away. Anyway I can add a listener of some kind to detect the opening/ closing of the onscreen keyboard?
View 3 Replies
View Related
May 5, 2009
I have downloaded SDK 1.5 and now when I enter a edittext field, this annoying onscreen keyboard pops up. Is there a way to disable it in the emulator? It's very annoying and slows my development down.
View 3 Replies
View Related
Nov 14, 2009
key board question: I just got my HTC hero and love it and the android os. I am not used to the qwerty onscreen keyboard. Is there an android market app that might make this easier for me?
View 7 Replies
View Related
Apr 13, 2010
I'd like to invoke the Android onscreen keyboard to just retrieve a single character. Is there a way to do this?I am working on a hangman application and need to take input one character at a time. The plan is to have a text area for each guessed letter, and display the soft keyboard when the user selects a text area for which to guess.
View 1 Replies
View Related
Feb 26, 2010
I need to hide all keys except numbers, point and dash and change the dash behavior.
Unfortunately attribute android:inputType="number|numberSigned| numberDecimal" doesn't hide @, #, $ etc. keys.
How can I customize the soft keyboard view? I actually need to show and react to my custom view. What is is the fast and right way to implement it?
Please advise some example or code snippets helps to move forward.
View 3 Replies
View Related
Jun 2, 2009
Is this possible? Lets say I have an ACTV that shows you a list of contacts. If I place a T in the ACTV then it may generate a result of 10 contacts. In landscape mode (physical keyboard not open but phone turned sideways), the dropdown list gets covered by the onscreen keyboard. This will generate completion hints at the top of the keyboard. But these hints do not cover all of the data behind the ACTV. There is no way for the user to scroll through the entire list to see all of the data.
There should be someway to force the ACTV to scroll as I move through the onscreen completion hints. This would be an acceptable replacement of the ACTV list. There does not seem to be any such association.
Also, there does not seem to be any public association between the completion hints and your ACTV adapter. Currently, the only way that I know of matching a view(custom and holds data such as phone #, etc) referenced by my ACTV adapter is to do a match on the text placed in the ACTV when selected from the completion hint. I am posting here as the http://groups.google.com/group/android-developers/browse_frm/thread/5... thread appears to be dead.
View 2 Replies
View Related
Jan 10, 2010
I hav an app that is like a relational database. There is a main app activity that users manage things with. There is also a widget that will display important info and add data to the database. When the widget is clicked, a configure class displays a way for the user to edit data. When the configure activity is done, the widget is updated and instead of going back to the home screen, the apps main activity is started. I can't find where the main activity is being called from. Wouldn't I have to create an intent and start Activity() to get this behavior? When done updating, I want the home screen and not my app.
View 3 Replies
View Related
Jul 1, 2013
I am an IT Tech trying to work out a problem with a customers Android Tablet. The brand is something I've never heard of called a 'Gemini'.
Anyway, the onscreen keyboard doesn't activate when a type/search field has been tapped on the screen.
The OS is Android 4.1.1
He's other tablet which is the same works, but the screen is cracked so he bought another one of these hideous unresponsive pieces of crap.
View 5 Replies
View Related
Nov 11, 2010
I have been having this issue for a while. I was actually hoping that this morning's OTA update would fix the issue, however it did not. I do not know if it is just me or if this is a known issue. Sometimes (about 25% of the time) when I turn on my phone one of the apps on my home screen will automatically start. It is usually my calender app or Documents to Go, but it is always an app on my home screen. Anyone else have this issue or know of a fix for it?
View 5 Replies
View Related
Jan 19, 2013
My mom was messing around on her note 2 and I dont know what she did but now everytime we try to open google chrome it automatically opens the youtube app. We can only get past this if we press back enough times to get back to chrome but this happens every time and its really annoying.
View 3 Replies
View Related
Oct 24, 2010
When I turn on my Captivate, it automatically opens AT&T Hot Spots, AT&T Navigator, IM, Email and about a dozen other apps. Is there any way to limit the apps that open automatically so that I don't have to use Task Killer every time to kill unwanted apps?
View 5 Replies
View Related
Dec 1, 2013
Used to be when I hit the share button there was fun ,twitter,all cast, apps, now it just opens email app . IMAP?
View 4 Replies
View Related
Sep 8, 2010
I am developing an Android application. What I find most annoying during testing is, that the emulator always pops up that on-screen telephone keyboard whenever I click into a text input field. Since I input my data with the keyboard anyway I find that most annoying. Can one switch that on-screen keyboard appearance off? Or can one change that so that it at least presents a mini-qwerty keyboard as my actual device does, not that old-fashioned T9 keyboard?
View 1 Replies
View Related
Jul 24, 2009
This is an intermittent bug in one of my apps. I don't expect anyone to solve it immediately, but I'd appreciate any thoughts on how to start debugging!So, my app lets users edit an item (in the EditPage activity). When they press the Back key, the desired behaviour is that it saves their edits and returns them to the home page (the HomeList activity). The code for this is below. It works fine. Except.The bug is this. Some users report that sometimes when they reopen the application after a pause, they are seeing *not* the home page, where they left the application - but the previous edit activity. Crucially, they are also seeing the edit activity without their saved edits - effectively losing their most recent edits.I've been able to reproduce this myself. It only happens after the application hasn't been opened for a while. If I save something, minimize the application and reopen it straight away, it shows the HomeList activity just fine, and the edits have all been saved. But if I save something, leave it for a couple of hours and then reopen it, it shows the previous EditPage activity, without the saved edits (i.e. in the state that the EditPage activity was previously launched).
Any ideas, anyone? I had wondered whether it was due to the Back button being used to return the user to the HomeList activity - maybe Android thinks that the Back button means that the HomeList is not the most "recent" activity, instead the EditPage is. I'd like to carry on using the Back button if possible, though. And in particular, I'm puzzled why it only happens after the app has been idle for an hour or so, and not immediately? Is it something to do with Android's memory management?
View 4 Replies
View Related
Nov 7, 2010
I am currently working on a multi-threaded game application for the Android platform. so far so good. I just got over a bug in my application which caused it to restart on orientation change (fixed by designating a specific orientation depending on the availability of a hardware keyboard or not, which is important 'cuz it is an online game with chat capabilities), and that works. BUT now i am trying to avoid the same problem when the user simply slides open the hardware keyboard. I'm not quite sure how to go about avoiding the restart of my application or the saving of the state of my application. Any solutions/suggestions?
View 1 Replies
View Related
Oct 5, 2010
My application opens in Activity A1. None of the views in A1 are focused at startup, until I use the arrow keys to navigate through the views. A button press in A1 launches activity A2. When A2 opens, the first Button in A2 is focused by default. I do not want this happen. What I want is when A2 opens, none of the buttons are focused until arrow keys are used to naviagte through them(just like it is in A1).
View 1 Replies
View Related
May 26, 2010
In my app, I want a functionality to create calendar event. I open "new calendar event" activity like this:
CODE:.................
It works perfectly on stock Android. On HTC Sense, I have only one issue - end time is not set correctly, it's always one hour after begin time.
View 2 Replies
View Related
Jun 21, 2010
I have a very simple listview going on. The list just consists of strings, when you click the string it opens a new activity blah blah. Here's the problem, I enabled settextfilter and while it did filter the list, when you click the result, it always performs the action of the string located at zero, and not the one it is supposed to.
View 2 Replies
View Related
Jun 3, 2010
I am currently working on sdk 1.5, in which i want capture the Click event of Enter key on Virtual Keypad. My requirement is, for my Username/Password Login screen. Click on Username field. Cursor is displayed in Text entry box. Click on Enter key on Virtual Keypad. Cursor should be displayed in Password field. Take the cursor in Password field. Click on Enter key on Virtual Keypad. Virtual Keypad should be closed. I am testing the app on HTC Magic.
View 6 Replies
View Related
Jul 20, 2010
I want to override the behaviour of the ENTER key of the virtual keyboard so that:
* when there are more fields on the screen, it 'tabs' to the next field.
* when it is the last field of the screen, it performs the default action of the screen
I've been playing with the IME options and labels, but just don't get what I want. Anybody a suggestion?
View 3 Replies
View Related
Jul 17, 2010
I want to override the behaviour of the ENTER key of the virtual keyboard so that:when there are more fields on the screen, it 'tabs' to the next field when it is the last field of the screen, it performs the default action of the screen.I've been playing with the IME options and labels, but just don't get what I want. Anybody a suggestion?
View 1 Replies
View Related
Jun 11, 2013
I am a bit new to Android Environment and i am trying to make a snooper application. that is when ever some one enter wrong password on lock screen the front camera will automatically take a picture in invisible mode. Any source code how to do that. i have completed one component that is accessing camera and taking picture with camera but the problem is now that i don't know how to access and use the lock screen wrong password event.
View 1 Replies
View Related
Jul 8, 2010
I can't figure this out. Some apps have a EditText (textbox) which, when you touch it and it brings up the on-screen keyboard, the keyboard has a "Search" button instead of an enter key.I want to implement this. How can I implement that Search button and detect press of the Search button?
View 1 Replies
View Related
Oct 15, 2010
I want to get EditText data when user clicks on the soft keyboard Enter key.
View 3 Replies
View Related
Oct 6, 2011
how can i add an "enter" key on the keyboard?
View 3 Replies
View Related
Aug 19, 2009
I have a simple EditText field in one of my Activities. If I set the field to disabled, it greys out and I cannot enter text with the hardware keyboard, however when I touch the field the virtual keyboard appears and that still lets me enter text. Is this a bug? Any workarounds for making sure this can't happen?
View 5 Replies
View Related
Aug 7, 2010
I was extremely excited to get my Froyo upgrade, because our work website to download sales numbers, etc uses Flash (another problem in itself). The web page loads to the login, and I can place the cursor into the user name field but no keyboard pops up to enter data into. Any ideas?
View 2 Replies
View Related