Community Questions & Answers

Keyboard 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 contentWidth and width values to 100%. I have also...

Android keyboard type automactially changing

Hi, I am facing a strange problem in Samsung Galaxy S2 and S3. If I click on a text field, the keyboard type first appears as decimal (which is what I have set to) and then automatically changes to Ascii. On debugging I found that the textfield is...

How to Place TextArea Above Soft Keyboard?

How can I display a View with a single textarea right above the onscreen keyboard? I am using a textarea and allowing it to grow as the user types added inside a view and sized such that there is a small border around the textarea. I had to give the View...

How 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 keyboard layout with buttons. My Question is now, how can i...

Keyboard not hiding upon blur() on iPad

Hi everyone, Have anyone had a problem where the `blur()` function was removing focus from the textField but wasn't hiding the keyboard? I'm running on iPad (SDK 2.1.4, a little old, I know, but that's another topic) and noticed this happens on a modal...

TextArea Android

i have a textarea and it is working on iOS but on Android i can't see keyboard, what should i do for this? ~~~ var textArea = Titanium.UI.createTextArea({ color : '#000', top : "10dp", left : "10dp", right :...

Keybord Search button event

Hi I want to search functionality on the table view with pressing search button on the keyboard . I have added search bar on the table. search functionality is working fine . i want to search functionality on the search button(key) on the keyboard. I cant...

Android problem

Hi, I'm developing on android using sdk 3.0.0 I have some display problems like this : [Scree 1](http://dl.dropbox.com/u/73416494/SC20130409-140541.png) when the keyboard is displayed this strange behavior happen : [Screen...

keyboardType

What are the possible values for keyboardType? I was hoping that Titanium.UI.textField would have a reference to keyboardType in it as that’s what is used in the kitchensink demo. No. I did a search for keyboardType in the mobile API reference and the...

righttoleft hinttext issues

in my app i have right to left layout so i did textAlign="right" on text box and the hint-text appeared correctly now when i tap on text box english keyboard appears the text box text is still align right , but as soon as i switch the...

Hide keyboard

Hi all. I am a beginner in Titanium Studio. I can able to hide the keyboard when a button is selected. It works, `okBtn.addEventListener("click", function(e) { textField.blur(); });` But, how can I hide the keyboard when I tap/click on the...

keyboard android

Hello I am working on android, I like that when I press on a text field to enter data that is hidden when the keyboard appears, is meant? or there is a greater distance between the text field and the virtual keyboard thanks

keyboard 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 textfield I'm editing. Why is this?

Disabling hardware keyboard

For an app i'm using a hardware scanner which is connected to the USB. The problem is, that every time I disconnect and connect the scanner, Android sets the Hardware keyboard to enabled, so the soft keyboard doesn't pop up... I can change the Hardware...

WebView not floating up for Android

I have a window containing a Header, Footer and a WebView. All the three views has fixed sizes in accordance to the device screen size. In my webview, I am opening an HTML form which the user has to fill up. The problem is that, if a user want to enter...

force the keyboard to be in english for TextField

When user focus on TextField with hinttext in non english then the keyboard have world icon and when tapped it shows that language keyboard how do i make sure the keyboard shown is english only

347 views
asked 5 months ago by sk cr
last activity 5 months ago

Showing 1-50 of 287 1 2 3 4 5 6