How to get the return value of the event listener keyboardframechanged ?
In this link Titanium.App-event-keyboardframechanged it says that : " The event returns the dictionary containing keyboardFrame.x", I am new in programming so I want to know how to get...
View ArticleiPad Modal window and hiding keyboard on blur
So, I am working on a project where I use a modal window (MODAL_PRESENTATION_FORMSHEET) on the iPad in which the user can see the settings for the app. The problem is that when they first enter a...
View ArticleIpad Keyboard Mic Icon
Hi All, Im building a iPad app that will use text to speech provided by ispeech. My problem is I can't seem to find a way to get the Mic icon on the iPads keyboard? I know this can be done iv seen it...
View Articlehow to hide KEYBOARD_NUMBER_PAD
Hi All, I am working on a mobile application using titanium sdk 3.2.0 for iphone right now but in future same will be tried on android as well. I am using mac OS for development. Well the issue is that...
View ArticleKeyboard move scrollview slightly left
Hello, I'm pretty new to titanium and am having a problem with the keyboard moving my scrollview left. I'm using Titanium 3.1 and am focusing on IOS and Android. I have a scrollview that I have set the...
View ArticleCapture Android Keyboard Hide Event
I am trying to capture the event when you press the back (hardware)button on Android and hides the keyboard Is there any way I can do that?
View ArticleiOS 7 Translucent keyboard
Hi, I am creating a iOS7 app for iPad..... using Titanium SDK 3.2.0 GA Does anybody knows how to make the keyboard translucent....? I am using a textarea but the keyboard looks solid ...... thanks
View ArticleAttach iOS toolbar to textfield keyboard in Alloy
I'm confused as to how a toolbar (Titanium.UI.iOS.Toolbar) is meant to be attached to a textfield or textarea's keyboard in Alloy. In particular, I don't understand how two textfields are meant to...
View ArticleTextfield: doesn't raise tap event
Hi, I'm facing a strange issue I'm sure it's quite newbe-ish. I have this view, which is quite straightforward:<Alloy> <View class="container"> <TextField id="myField"...
View ArticleForce caps lock on iOS keyboard
I simply want a TextField's keyboard to enable caps lock (equivalent of double tapping the shift key) by default so that all input characters are uppercase. Including the property...
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 ArticleTableView adjustments for keyboard
Hi developers, I'm having a TableView where I append rows by entering text into a input-field. However, when user clicks "Add item", which appends to row, it's not being shown as it's behind the...
View ArticleHow to set keyboard type to a textfield
I need to change default keyboard of TextField to numbers only. Target platform ios and android Help me please. am new in appcelerator Thanks
View ArticleShow keyboard
Help me pleas. It is necessary that when you open the page show the keyboard and it was not possible to close it, ie that it is always visible in index.js method open controller:///index.js function...
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 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 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 ArticleTurn off predictive text
Hi, i am working on an app for android. The app crashes if the predictive text property of keypad is on. i want to disable it programmatically. In native android we can do this...
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 ArticleTableView vs Scrollview (Keayboard problem)
Hi everybody, I am actually making a small app and I am just adding some stuff to permit to user to chat together. To display all messages, i don't have any problems. I added a textfield and a button...
View Article