Show keyboar toolbar
How can I show the toobar of a keyboard? Am creating a textField and creating a toolBar for the keyboard of that textField. But I need to permanently show the toolbar. I have something like:...
View ArticleHide soft keyboard for android and ios
Hi guys, If you would like to know how to hide soft keyboard in android and ios: signUpView.addEventListener('click',function(e){ if(Ti.Platform.osname == 'android'){ if(e.source.toString() != '[object...
View ArticleKeyboarding collapsing layout
Am using 3.1.3.GA sdk, Alloys and 2.3.3 Android Emulator. This is my UI before opening Keyboard and When user opens keyboard to type, its becoming like this. If I set height to specific its working and...
View ArticleKeyboard return event listner
How do i add an event listner to the return key of the keyboard. ipad ios
View ArticleAndroid check if keyboard is up
Hi, I found out that in webview if you define a text field as type="number" the device will open the number keyboard when selected. Which is great! My problem is my device has a hide keyboard key on...
View ArticleKeyboard covering my views
The IOS keyboard is covering the text field and my user does not know what he is typing. How can I adjust the screen to that the user sees what he is typing.
View ArticleShort to look for xml elements in tss
I am wondering it there is any keyboard shortcut or external too for mac where we can easily identify the elements of xml in the tss file. Sometimes the tss file get so long that its really difficult...
View ArticlePossible to force the email keyboard to have a .com button
I am using the Ti.UI.KEYBOARD_EMAIL keyboard type but since most emails are '.com' I was wondering if its possible to somehow include this button on the keyboard?
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 Articletext filed covering with keyboard
hi i have an issue in my project that is , i have some text fields in my project when i'm focusing the text filed the keyboard is covering the text filed, but i need the text fields has to align on top...
View ArticleKeyboard always on - how to stop the keyboard from disappearing
Hi Everyone, I usually find a way around most issues I come across, but this one has me stumped. I have a window in the app I'm working on that contains just a text box, and I want the keyboard to just...
View ArticleAdjust textarea height to make room for keyboard
I'm building a Alloy based app for both iOS and Android. I have a modal window with just an textarea in it and I'm trying to make the textarea fill out the entire space left (minus my header off...
View ArticleNext or Done button is not displayed for iOS 7 Keyboard
Hi, I have a simple textfield in a window which has the keyboard type set to DECIMAL_PAD and the return type has been set to DONE. Now, when I launch this application in iPhone running iOS 7, then the...
View ArticleKeyboard hides the text fields
I have a window that contains more than one text field, 3 of them are considered at the end of the view, the problem is that when any of those 3 text field is onFocus, the keyboard hides it in iPhone,...
View ArticleDisable fullscreen textarea/keyboard while landscape in Android
Hello!, Does anyone knows how to disable the android behavior to go fullscreen with a textarea and keyboard when editing a TextInput in landscape mode? I need to see the field while editing. Thanks!
View ArticleHide key board on Samsung android device (write app by Alloy)
Hi every one ! i have a problem about hide key board on android (samsung). I have a 1 textfield on window,when i start app i set properties for textfield enabled=false so keyboard not show but when i...
View ArticleProblem with not clickable TextField
I am using Titanium 3.2.0 Windows 7/Android. I am creating TextField in a View (which is in a View), but when I am clicking it, the keyboard is not initialized. The applications recognizes click only...
View ArticleAndroid Key board and Spalsh page
Hi All, I am developing an app with custom tab.And i am having issue at the time of click on Text field for enter value..When the keyboard is BLUR my app splash page is showing..Please look Application...
View ArticleAndroid Key board and splash page
Hi All, I am developing an app with custom tab.And i am having issue at the time of click on Text field for enter value..When the keyboard is BLUR my app splash page is showing..Please look on the...
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 Article