KeyBoard and TextField Problem in Android Titanium
Hi all i have a login page with 2 textfields say username and password.What is my problem is i'm able to focus on textfield but i don't find any cursor blinking to say that textfield is focused and...
View ArticleKeyboard Resize the window size
Hi all if have a login page when the keyboard focus on username it auto resizes my page that is okay for me.when i press done button on keyboard it hides the keyboard.The problem is when it hides it is...
View ArticleHow to make a new keyboard on iOS 8?
I wanna know how can we make keyboards for the new iOS 8 and if it is possible with titanium. I mean those keyboard that can be downloaded on app store and them applied to phone. Thanks 3.4.0GA
View Articlekeyboard hide textfield
I have a windows with a view and a textfield in the view (near the bottom). When the textfield receives focus, the keyboard pops up and goes over top of the textfield. I can't see the text in the...
View ArticleShwo suggestions above keyboard
I would like to know how to show the dictionary suggestions above the keyboard. I am using a TextField in an Android app. When the keyboard opens, there isn't even space allocated for the suggestions....
View ArticleShow suggestions above keyboard
I would like to know how to show the dictionary suggestions above the keyboard. I am using a TextField in an Android app. When the keyboard opens, there isn't even space allocated for the suggestions....
View ArticleAlert with PLAIN_TEXT_INPUT doesn't show keyboard since iOS8
Hi As said in the title, I've upgraded Titanium and XCode to iOS8, and whenever I was using a dialog with a text field, a keyboard would appear so that the user could type their text directly. Now the...
View Articleforce open soft keyboard when using an hardware keyboard emulator
I have attached a barcode reader to my device via bluetooth. This deactivate soft keyboard. is there is a way to force open soft keyboard too? Application type: mobile Titanium Command-Line Interface,...
View ArticleAndroid: textfield in tableview looses focus when clicked
My app has a tableview with multiple rows, one of them containing a textfield. If there are only a few rows in the tableview, I can click on the textfield, it gets focus, the keyboard pops up and...
View ArticleHow to customize the keybord for iOS applications?
I'm developing my first iOS application using Titanium, currently facing some issues with the keyboard which is appearing on focus of any text field. Actually due to this issue my login/register form...
View ArticleAndroid SearchBar cancel button style
Is there a way to change the styling of the search bar cancel button on Android or would I need to hide it and add my own? Can't see anything in the docs that would suggest it's possible.
View ArticleTextarea text disappears
when i try ti write in text last line disappears by keyboard so i cannot see what i write on iphone , how to fix this issue.
View ArticleSearchBar does not fire event when small cancel button is pressed?
I need to catch an event when the small cancel button is pressed on a <SearchBar/>. The large cancel button (showCancel="true") fires the cancel event just fine, but the little one does not. I...
View ArticleAndroid: Soft Keyboard Hide button event
I want rearrange my parent view positions when the keyboard hides.If i click out side the view i just hide the keyboard and handle view positions through focused text box blur event. but when i press...
View Articlekeyboard is overlying the textfield
I am developing an app using titanium classic, I have a form with a lot of text fields, when I focus on the text field at the bottom, the keyboard is displayed and overylay on the text field so I don't...
View Articlekeyboard is overlying the textfield
I am developing an app using titanium classic, I have a form with a lot of text fields, when I focus on the text field at the bottom, the keyboard is displayed and overylay on the text field so I don't...
View ArticleKeyboard next button closes keyboard
I'm using returnKeyType: Titanium.UI.RETURNKEY_NEXT to display a next button on my keyboard. When I press the next button the focus moves to the next field, however the keyboard closes, and then needs...
View ArticleFire android back event while open soft keyboard
I want rearrange my parent view positions when the keyboard hides.If i click out side the view i just hide the keyboard and handle view positions through focused text box blur event. But when i press...
View ArticleAndroid: keyboard closes on "Next" button press
I have a series of text fields, and when I focus on the first one, the soft keyboard opens and then immediately closes. If I then tap on the second one, the keyboard opens and stays open, and I can go...
View ArticleMessage textfield
Hi all, One (simple) question: How do you create a message textfield just like in iMessage and WhatsApp. I'm able to make one, and animate it to the correct height, but with custom keyboards (and...
View Article