How much time does it take for a keyboard to popup/hide?
I have animation for view moving when a keyboard shows/hides. I was trying to synchronize the animation with the time it takes the keyboard. Is the time same on Android/IOS? Dose it take same time for...
View ArticleToolbar issue in text field with numpad
I have textfield with numpad. I want to show done button on top of numpad and want to hide numpad when I click done button. XML<Alloy> <Window id="AddTransafer" title="" fullscreen="false"...
View ArticleKeyboard won't show on input focus in webview on Android
The keyboard won't popup when tapping an input field in a webview, which contains a simple login form. It works in the emulator, but not on my device (galaxy s2). Device: Android SDK: 3.0.0.GA,...
View ArticleCreate a scrambled keyboard
Hi, I want to create a login form, where pin code is only numeric and safe. So i want to create a scrambled keyboard but don't know how to do it, and after searching, don't find how to. I need a 5x2...
View ArticleSoft keyboard move up entire window
Hi guys, I'm working on comment system like the one in Facebook app, I've got a tableView, a scrollView and an input TextField. Every time I click on my textField and keyboard appears, my entire window...
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 ArticleExtra space remains after keyboard pops up
When you click on a text field in a ScrollView, some extra space is added at the bottom when the keyboard pops up. However, once you close the keyboard, it never goes away. Here's a super short example...
View ArticleKeyboard: Space Between Field and Keyboard
Is there a way to specify the spacing between the keyboard pop up and the a text field within a ScrollView? When a textfield is focused below the keyboard pop up, the ScrollView acts as it should and...
View ArticleHow 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 ArticleHow to hide Keyboard in iOS
Hi All, In my App, I have multiple Text feilds and Buttons in a View. When i click on textfield i will get a get a keyboard, Suppose when i click on some other button the keyboard must resign/remove,...
View ArticleShow Android keyboard without the mic/autocomplete bar
I've got a TextField that's doing a search autocomplete, and if possible, I'd like to disable the mic/autocomplete bar on the keyboard when the TextField is focused. (It takes up a lot of unnecessary...
View ArticleHow to stop Android textField from auto-focusing
Every textField I create focuses automatically when the window opens, forcing the soft keyboard to open. This does not happen on iPhone or iPad, and is the same on the Android emulator, HTC Incredible...
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 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 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 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 Article