Take keyboard focus off field but in the .tss module
I have a textfield that a date is entered. It is the second in the list for input but the keyboard focus' on it as opposed to the top. How do I take the focus off the second field keyboard wise?...
View ArticleTableView and TextInput in a vertical view, layout problem on keyboard show...
Hi, i've search for hours and I found similar problems, but not the same.... Here is my code: var instance = Ti.UI.createView({ height: Ti.UI.FILL, width: Ti.UI.FILL, layout: 'vertical' }); var...
View ArticleKeyBoard in the way
Hi all I have a window with two text fields and two buttons.When I'm on the second text field, the keyboard is in the way of the buttons. And thus, there is no way to press the buttons. I need to turn...
View ArticleTextField loosing focus when keyboard appears
textfield = Titanium.UI.createTextField({ hintText : 'Enter text', height : 40, width : '68%', font : { fontFamily : 'serif', fontSize : 13 }, focusable : true, softKeyboardOnFocus :...
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 Articleslider like facebook
Hello all, if i used a functionality as same as facebook that when i click on pictures of particular user then there is arrow button. on click of arrow at each time , the next picture shown. is it...
View ArticleCustom Keyboard on iOS
Is there a way to customize the keyboard on iOS? I want to use images instead of letters and I would prefer to not create the whole keyboard functionality from scratch. Example: I want the keyboard to...
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 ArticleHow to control Keyboard Releas when Back Button is Pressed in Android ?
I have an application that is depending showing the keyboard all the time and i don't want to release the keyboard even if the back button is pressed.So, the question is how to control the back button...
View ArticleHide Android Keyboard Onload
I want to hide the Android keyboard when my app is opened. It appears Android focuses the first text box which causes the keyboard to appear. I've tried the following code below which works when the...
View ArticleDisabling keyboard on search bar focus?
Hi, Love love love the Titanium! Have been enjoying coding with it :) Question: Is there a way to disable keyboard from displaying when search bar gets focus? The reason I want this to happen is I push...
View ArticleOpen keyboard automatically, when window opens?
I can't figure out how to open the keyboard, when a window appears. In some file (e.g. app.js): var smallWin = Ti.UI.createWindow({ url:'inputwindow.js' }); smallWin.open(); The inputwindow.js:var win...
View ArticleSet TextField keyboardToolbar from a TSS file
Hi I am trying to do this . . . var winToolbar = Titanium.UI.iOS.createToolbar({ items:[send, flexSpace, camera, flexSpace, cancel], bottom:0, borderTop:true, borderBottom:false });...
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 ArticleKeyboard Toolbar Button appear once, and then only the Toolbar w/o button
Application type: mobile Titanium SDK: version 3.1.2, Titanium SDK version 3.1.3.GA Platform & version: iOS 7 Device: iPhone simulator, iPhone (physical) Host Operating System: OSX 10.9 Titanium...
View ArticleKeyboard covering text inputs
After the upgrade to iOS7 I noticed the system keyboard covers the text inputs in my webview instead of scrolling the content up to put the keyboard below them as it did in iOS6. Any ideas how to...
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 ArticleListen to keyboard events
Is there a way to have listeners for keyboard events like "when return key pressed" or when "space key pressed"… It would allow me to send an xhr request before hiding the keyboard for a seamless user...
View ArticleDetect H/W Back button in Android when keyboard is visible in 3.x SDK
Hi, In SDK 3.x onwards, the "android:back" event is deprecated and is replaced by event "androidback". However the documentation says that "androidback" event will not be fired if the user presses the...
View ArticleWhy is my app and numeric keyboard locking up?
Hello there. I am trying to make me TextFields accept only positive decimal input. However, entering valid input causes my app and numberic keyboard to lock up. Here is my code:...
View Article