How to auto-resize textarea height in a toolbar
I need to automatically increase the height of a textarea when text is typed. Same behavior as when you type an SMS message. I found that people were able to achieve that by setting height: Ti.UI.SIZE...
View ArticleKeyBoard 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 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 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 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 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 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 ArticleiOS 8 | The keyboard doesn't show
Hi all, Strange problem. In iOS 8 with 3.4. RC and RC2. The keyboard doesn't show at all when i press the text field or in the search. Xcode 6.0.1
View Articleproblem with quick type keyboard ios8
I'v create application like whatsapp .. evenrytyhing it's ok with ios7 but with ios8 i have one problem the news keyboard with quick type (preventive word ) my problem is than the new keyboard have...
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 ArticleHow can I avoid that ScrollView (fullscreen) scrolls to top after keyboard...
I want to implement a full screen text editor view in my app (modal view). To do this, I placed a scrollview into the Window and within the ScrollView I created a TextArea. Both of them have width and...
View ArticleDisplaying Keyboard Toolbar Icons as Part of Editable Webview in iOS Module
We have an iOS module with a single view in which a UIWebView is embedded as subview. This webview is editable and upon editing we want a keyboard toolbar displayed with RTF editing icons. Here is a...
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 ArticleAndroid textfield autofocus and cursor won't disappear
Having recently moved to Titanium, I've been struggling with this issue for the last few days. There are a lot of topics here and around the internet surrounding TextField focus issues on android, I've...
View ArticleKeyboard is not coming up on iOS
Hi, following the headline i got a problem here. The Keyboard is not coming up. Never. Doesn't matter if it's a textField or a Searchbar or something else. It seems like that Problem is only related to...
View ArticleIphone 6 Keyboard
Hi, I am testing my app compiled with last sdk 3.4.0 GA and alloy 1.5 and i have a big problem with the keyboard. When i rotate the device, the keyboard desappear. Someone have the same problem? Thanks
View Article