How much time does it take for a keyboard to popup/hide?
I have animation for view moving when a keyboard shows/hides. I was trying to synchronize the animation with the time it takes the keyboard. Is the time same on Android/IOS? Dose it take same time for...
View ArticleToolbar issue in text field with numpad
I have textfield with numpad. I want to show done button on top of numpad and want to hide numpad when I click done button. XML<Alloy> <Window id="AddTransafer" title="" fullscreen="false"...
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 ArticleCreate a scrambled keyboard
Hi, I want to create a login form, where pin code is only numeric and safe. So i want to create a scrambled keyboard but don't know how to do it, and after searching, don't find how to. I need a 5x2...
View ArticleSoft keyboard move up entire window
Hi guys, I'm working on comment system like the one in Facebook app, I've got a tableView, a scrollView and an input TextField. Every time I click on my textField and keyboard appears, my entire window...
View Articlekeyboard launch automatically without focus textfield
Hi, I had a simple windows, with a view and a textfield in the view. But when the textfield was selected, the keyboard hid the textfield and i didn't see what i wrote. I found a solution: i now have my...
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 ArticleHow to import a Ti keyboard shortcuts csv?
You can click Titanium Studio -> Preferences -> General -> Keys, and change the keyboard shortcuts for almost any command. Then you can click the Export CSV button to capture all your custom...
View ArticleDecimal Keyboard type with ponctuation
I need to have a texfield with a keyboard that has only numbers and a point key. I tryed to use Titanium.UI.KEYBOARD_NUMBER_PAD Titanium.UI.KEYBOARD_NUMBERS_PUNCTUATION Titanium.UI.KEYBOARD_PHONE_PAD...
View ArticleAndroid Keyboard Glitch
I am having an issue with the android version of a Titanium application. On iOS it works fine. In the second window view when we click to enter a value in the following text field the keyboard will...
View ArticleTitanium 3.2.3 causes unwanted soft keyboard in Android WebViews
I have an Alloy app built using Ti 3.2.2.GA that works well in all tested versions of Android. It includes windows that contain WebViews. Upgrading to use Ti 3.2.3.GA, on Samsung phones (and possibly...
View ArticleUI Picker and keyboard cause app crash...
Hi guys, I have a problem with the UI date picker and the Keyboard: If the user doesen't confirm the suggestion and touch the date picker with the keyboard opened the app crash. If he confirm the...
View ArticleKeyboardToolBar at right.
Hi guys I have one keyboardtoolbar button ,but its show at left of screen. I want to do at right of screen var send = Titanium.UI.createButton({ title :'Send', right:10, style :...
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 ArticlePossible to do a textArea.focus to a specific character position?
I have a textarea and with the click of a button I can successfully have the textarea focus (and have the keyboard popup), but it focuses to the the last character of the current textArea.value. Is it...
View ArticleKeyword related event
hello all, i am implementing a text area and i need to add event listener on that text area when a key[ENTER] is pressed from hardware side. is it possible for me to do that because i dont found any...
View ArticleHow to auto open keyboard when window opens
Am using 3.2.2 SDK, Alloy and Android 4.0. When a windows opens I need to open soft keyboard. I tried focus() in setTimeout() and so on all dint worked for me but if I place a list view its opening but...
View ArticleAndroid - Avoid keyboard opened by default on a webview on SDK 3.2.3 GA
Hi, I updated my Android app for SDK 3.2.3 GA. The problem is relative the "auto" open of the keyboard on every webview. I would like open the keyboard only when the user focus it; and not at the load...
View ArticleWebview opens keyboard on Android
Hi All I am using a webview to load a large image because imageview just doesn't work with large images. Here is my setup for the window.exports.create = function(model) { var self =...
View ArticleKeyboard and empty TableView crashes app on iOS 7.1
Titanium SDK: 3.2.3.GA, OSX 10.9.3 Platform: iOS 7.1 Device: iOS Simulator, iOS Device My problem is as follows: I got TableView with header view and search field inside the header. When table view is...
View Article