anim search bar when keyboard appears.

You must Login before you can answer or comment on any questions.

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 editing it (the keyboard recovering it i cant see it anymore). To do that i made a scrollview bigger and i scroll the view to get the searchbar at top when the searchbar focus event fires. But the relation between this event and the display of the keyboard seems irrelevant. Is it a workaround to get a decent solution to my problem?

I've got another problem, the keyboard is appearing at the app launch.

I tried to use

search.softKeyboardOnFocus = Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS;

and

Titanium.UI.Android.hideSoftKeyboard();

without luck.

Big needs , the app is finished

— asked 11 months ago by ben lem
0 Comments

1 Answer

Your Answer

Think you can help? Login to answer this question!