Android Soft Keyboard Pushing Controls Up
I can't seem to figure out why the appearance of the soft keyboard whilst editing a text field on Android causes some of my controls to get pushed up the page. Is there a way to stop a view or a button...
View ArticleHow to hide Keyboard
Hi, I'm new to Titanium and i'm tryin to create a calculator app for my own use. The problem is, that none of the default apple keyboards have the buttons i need, so i'm trying to make a custom...
View ArticleAny way to hide the keyboard programmatically?
I have a search field for my iPad app, and when the user begins typing in it, a list of suggestions pops up in a popover (similar to the Google search box in the Safari app). I want to blur the search...
View ArticleKeyboard move scrollview slightly left
Hello, I'm pretty new to titanium and am having a problem with the keyboard moving my scrollview left. I'm using Titanium 3.1 and am focusing on IOS and Android. I have a scrollview that I have set the...
View ArticleKeyboard will not stay in numeric/symbol layout
I've been maintaining an app that uses a TableView for a input form, with textFields on each row to take input. But recently a behaviour has cropped up for iPhone that is annoying our users. When they...
View Articlehow to handle menu back on keyboard
hi, how can i detect a click on the hardware back button while a keyboard is visible? i want to know, when the user hides the keyboard using the back button. the textfield is in a modal window... edit:...
View ArticleAlloy - Attach keyboardToolBar to textfield in the traditional way not work
Add keyboardToolbar does not work whereas setHint works perfectly. Any idea why? main.xml..... ... .. <Require type="view" src="search_bar" id="req_tf"/> ...... .... .. Attach the tool bar/* *...
View ArticleNumberic Keyboards Which Allow Negative Numbers
Hi all- Does anyone know of a keyboard for iOS which allows for the input of negative numbers via the '-' symbol, without using the full alphanumeric keypad? I am implementing a numeric keypad...
View ArticleI'm getting a double keyboard.
I'm testing on various versions of Android and all have the same behavior. With the code below, whenever I tap on the txtLiftTrips widget I get the (correct) decimal pad keyboard popup, but then...
View ArticleAndroid keyboard type automactially changing
Hi, I am facing a strange problem in Samsung Galaxy S2 and S3. If I click on a text field, the keyboard type first appears as decimal (which is what I have set to) and then automatically changes to...
View ArticleCapture Android Keyboard Hide Event
I am trying to capture the event when you press the back (hardware)button on Android and hides the keyboard Is there any way I can do that?
View ArticleDetect Android's autocomeplete and word suggestion
I have a textedit that sits on bottom of the keyboard so i'ts pretty dificult to make it work to be visible for different resolutions, portrait+landscape It would be ok of I could detect the keyboard...
View ArticlePhysical Keyboard Capture Tab KeyPress
How do I setup an event listener that can catch when the user presses the TAB key when using a physical keyboard?
View ArticleHow to stop Android textField from auto-focusing
Every textField I create focuses automatically when the window opens, forcing the soft keyboard to open. This does not happen on iPhone or iPad, and is the same on the Android emulator, HTC Incredible...
View ArticleRed Splash Screen Image Visible Under Keyboard
I am using the latest version with the Single Screen Template. All I did was add some text fields and a button. When I click a text field there is a red flash above the keyboard. I am sure this must be...
View ArticleScrollview reacting slowly to keyboard pop up
Hi there, I've got a textfield at the bottom of the screen. When i click on it to type the keyboard appears, but the keyboard popup is faster than the textfield moving up so it gets temporarily hidden...
View ArticleKEYBOARD_DECIMAL_PAD and KEYBOARD_NUMBER_PAD open default keyboard
Hi all, recently I've found that bug:amount = Ti.UI.createTextField({ hintText: L('total', 'Total'), keyboardType: Ti.UI.KEYBOARD_DECIMAL_PAD }); on amount field focus I expect a decimal keyboard...
View ArticleAndroid App resuming with Keyboard Showing
this is my first android app and I am experiencing a weird bug. SDK 1.8.02v on a samsung galaxy with android 2.2. my app runs fine, but when it resumes it does so with the keyboard showing. after...
View Articlekeyboard pop ups when app reopens in android
i tried many solutions but all fails.whenever i close my app pressing home button and then reopen it keyboard pops up its working fine for ios.i am not able to find reason i am trying to open window...
View ArticleEmoji in Android
Hello there, this may be a rookie question, but how do I enable/incorporate Emoji in my Android App (like Whatsapp does)? It doesn't show up in my textarea nor in a label. Maybe someone can give me a...
View Article