Allow only Numeric values to enter in Text-field
I am facing issue to allow only Numeric values in Text-field. I have set txtMobile.keyboardType = Ti.UI.KEYBOARD_NUMBER_PAD txtMobile.keyboardType =Ti.UI.KEYBOARD_PHONE_PAD Both of the keyboard...
View ArticleIOS 8 Keyboard click loses focus on field
Hello all, I am using: App Studio 4.1.1 xCode 8.4 Yosemite 10.10.4 I am running into the issue that when the the keyboard is clicked (a single time), the field loses focus and the keyboard disappears....
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 ArticleShow Android keyboard without the mic/autocomplete bar
I've got a TextField that's doing a search autocomplete, and if possible, I'd like to disable the mic/autocomplete bar on the keyboard when the TextField is focused. (It takes up a lot of unnecessary...
View ArticleCreate custom keyboard module with Titanium
Hi all, I have a general question about Titanium. Is it possible to create a custom keyboard module like switfkeys for Android with Titanium? If so, do you know of any examples where this kind of thing...
View ArticleHide auto correction suggestions on keyborad
Hi, I want to hide the suggestions shown over the keyboard for auto correction. Any way to do this?
View ArticleWindow not resizing after applying the theme
Hi, I have a window which resizes when keyboard opens. But when I set the following theme, the window goes up when keyboard opens instead of resizing. <style name="Theme.NoActionBar"...
View ArticleI can not type in text field
I am using alloy to create my app .. i have a text field to enable the user enter his name ... when i test the app on the emulator it runs normally but when on a real device i can not enter any text .....
View ArticleAndroid: textfield in tableview looses focus when clicked
My app has a tableview with multiple rows, one of them containing a textfield. If there are only a few rows in the tableview, I can click on the textfield, it gets focus, the keyboard pops up and...
View ArticleHow to get letters from hardware keypad?
Hi I'm coding an app for a android device with an hardware keypad. The keypad is somwthing like this one :...
View ArticleChange UI when keyboard opens in Android
Hi, I want to change view size when keyboard opens on Android. Right now when I click on textfiled, the keyboard opens and it changes UI itself. Thus, my header goes above the mobile's screen. On IOS,...
View ArticleChange return key text in keyboard
Hi, I want to change the text of return key in keyboard. Can anyone know how to do this?
View ArticleAdjust screensize when showing keyboard
Hi, I am building a mobile application for Titanium. In the mobile app, I have a screen with multiple input fields and a button at the bottom of the view. When the user wants to input text in the...
View Articledisable emoticons
Hi, Is it possible to disable pasting emoticons into a text field? I am using keyboardType : Titanium.UI.KEYBOARD_ASCII which is not allowing the user to type emoticons in iphone. (android keyboard...
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 ArticleWays to hide iOS Number keyboard
Hello, I am trying to hide the iOS Number keypad or add a return button on it. Until now i didn't find something to work. What options i have ? I tried thiskeyboardType : Ti.UI.KEYBOARD_NUMBER_PAD,...
View ArticleBlur event gets fired in textfield, when keyboard gets hidden
I have a Titanium.UI.TextField, which has a blur event listening on it. If I enter the textfield, I'm getting the keyboard (makes sense) If I click on "Done" (or what ever to hide the keyboard on iOS,...
View ArticleKeyboard in Landscape take entire screen
keyboard in landscape orientaiton take full screen.In native android we give the imeOptions property to textfield. android:imeOptions="flagNoExtractUi" but same property is not available textfield in...
View ArticleHow to prevent keyboard to open automatically?
When my window gains focus(opens) which has some text fields. keyboard opens automatically, I want to prevent it opening automatically . It should open when i click on textField. How would I do that?...
View Article