Community Questions & Answers

Android webview soft keyboard

Hi. I cant seem to find an answer anywhere for this. I have a webview with a form. I cant get the soft keyboard up when touching a input type text element. I see the cursor blinking in the element though. The input type "selec"t works...

tab focus and blur

hi, i have this event on tab : ~~~~ var tab5 = Titanium.UI.createTab({ icon: 'images/sondage.png', title: '???????', window: winSondage }); tab5.addEventListener('focus', function(e){ alert('focus'); }); tab5.addEventListener('i',...

Hide Keyboard?

Yeah, I know this question has been asked to death, but I might as well kick a dead horse since my answer or my witnessed behavior isn't in any other question... I have a TextArea object, I give it focus, when I'm done I ask for it to blur() expecting the...

Tab refresh - window to previous state

This is probably a big newbie question, but I'm stuck... I have a tab (tab 1) that shows window A. Inside window A something happens and then window A is changed into window B. Now what I need is when I go to tab 2, and then back to tab 1 that window A...

Android Module force focus()

Hi! Am making an Android Module in my app. Is a custom control (a circle), something like a Volume knob. So, if the user swipe on it, the volume goes up and down, depending on the "touchMove" direction. Well, my problem is: when the user stop...

anim search bar when keyboard appears.

Hello, I am making a multiplatform app under Titanium sdk 2.0.2. My problem is relative to the android version (using sdk 2.2). The first page of the app got a searchbar at his bottom. My goal is to be able to keep seeing the search bar when i am...

Focus on textfield in a table

Hi, I am getting the text values from my table with this way: ~~~ for (var i = 0; i <2 ; i++ ){ var section = tableView.data[0]; var rows = section.rows; var thirdRow = rows[i]; var children = thirdRow.children; var txt =...

keyboard issue

This is happening for android but it probably will happen for iPhone also. I have a table view open and i click on post to Facebook. this opens another window (moda in iPhone) which has a text box. If you are logged in it focuses on the text box and the...

Android enterBackground

Is there any method to know when an application is running in the background? For exemple, when the user presses the "home" button, the app should alert ("goodbye") , and when the user get into the app again, alert ("hi");

Notification steal focus

Hello, I got some problem with the first app I am creating with Titanium. When I create a notification, it steal focus if from the app if I am typing something in a <input type="text"> element. What could I do in order to fix this? Or...

Nav Group & splitview

I'm using a navgroup. From this navgroup I open another window that contains a splitview. Everything should work but the windows that are in the splitviews cannot gain focus for textfields for example. I tried to solve that with zindex, but no way to have...

android focus/ blur... help!

I need a little help, I am developing an application for Android in which there is a single text box ... my problem is that this text box is always active (focus) and i only need it to be focus just when i click not before... I have used search.blur()...

Showing 1-50 of 106 1 2 3