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 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 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 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 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 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