Search button on keyboard
Hi, how can I configure the keyboard to show the search button? thanks :) Android app 3.1.0.GA Titanium Studio, build: 3.1.1.201306112235
View ArticleHow can I avoid that ScrollView (fullscreen) scrolls to top after keyboard...
I want to implement a full screen text editor view in my app (modal view). To do this, I placed a scrollview into the Window and within the ScrollView I created a TextArea. Both of them have width and...
View Articlecan prevent ScrollView respond the remote control & keyboard event (left or...
I use the ScrollView to develop Android TV box app, the ScrollView(ScrollableView)will respond the native event first, especially I should contol the remote control & keyboard event by myself. is...
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 ArticleTextarea blur does not work in modal windows?
I have the following code where I create a simple modal window with a textArea. When I click on the screen outside the textArea I want that the keyboard hides. Does anyone have a hint why this does not...
View ArticleHide Keyboard in Alloy Framework
I have a simple window with two textfields. Username and password. I want to hide the keyboard when the user types elsewhere. And hopefully one function to address both textfields.
View ArticleHow to Place TextArea Above Soft Keyboard?
How can I display a View with a single textarea right above the onscreen keyboard? I am using a textarea and allowing it to grow as the user types added inside a view and sized such that there is a...
View Articlehow to make the cursor leave TextArea
you know ,when you set cursor to TextArea ,keyboard will be popup. so ,how to make the cursor leave TextArea and make keyboard drop down? otherwise , I can not see whole screen,part screen is covered...
View ArticleAlertDialog - Keyboard Issue
Hey Guys, i have a AlertDialog (iOS) with a Input Box and 2 Buttons. var dialog = Ti.UI.createAlertDialog({ title: 'Enter your password', style: Ti.UI.iPhone.AlertDialogStyle.SECURE_TEXT_INPUT,...
View ArticleKeyboard Toolbar appears at the bottom when keyboard is not docked on iPad
If the keyboard is not docked on iPad, the keyboardToolbar appears at the bottom. Is this by design? Then if user docks the keyboard the toolbar stays at the bottom (and therefore hidden by 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 ArticleOpen keyboard over a scrollView
Hi, I have a window made up of two 2 views. First isn't scrollable, second is. Let's call the first "Georges" and the second "Simon". In Georges, there is a "Recherche" label, a button and a textField....
View ArticleCan not able to change keyboard type in iPad.
Hi All, I am using Titanium Studio : Titanium Studio, build: 3.1.1.201306112235, SDK : 3.1.1.GA, OS : Mac OS X 10.8.2, Processor : 2.5 GHz Inter Core i5, Memory : 4 GB with commonJS structure. I want...
View ArticleKindle fire slow keyboard input
The keyboard input on the kindle fire is incredibly slow when entering text into a text field. Its almost unusable. The delay between the button click and the text appearing in the text field is about...
View ArticleHow to prevent auto resizing Window when softkeyboard appear?
Hi all, I has a Window nad TextField inside it. every i open the Window. the soft keyboard pop up and it make the Window is resized. my question is How to prevent auto resizing Window when softkeyboard...
View ArticleAndroid scrollview - keyboard pushes entire page up
Mobile Titanium 3.1.2 Android 2.3.3 Device: Samsung Galaxy Player Mac OS X This may be a simple question (I hope!) but it's got me stumped, and I can't find any solution specific for titanium... I am...
View ArticleKeyboard not staying up even with focus event - android
Mobile Titanium 3.1.2 Android 2.3.3 Device: Samsung Galaxy Player Mac OS X I am having a problem with my textfields and the keyboard on android. When the page opens, the keyboard is being shown on a...
View ArticleTextfield jumps back to letter after input a Number
Hey, i am using several textfields and there is a strange behavier.... After switching to the number input page and click on one number, the keyboard switch back to the letters... This is really...
View ArticleKeyboard won't show on input focus in webview on Android
The keyboard won't popup when tapping an input field in a webview, which contains a simple login form. It works in the emulator, but not on my device (galaxy s2). Device: Android SDK: 3.0.0.GA,...
View ArticleHiding Keyboard without using blur()
Hi, I have allot of TextFields on my app on one of the screen. I want to hide the keyboard onClick anywhere outside TextField. Currently, I have to do something like this... function hideKeyboard() {...
View Article