Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (keyboard)
Viewing all articles
Browse latest Browse all 352

KeyBoard and TextField Problem in Android Titanium

$
0
0

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 keyboard also not pop up automatically.This is problem one. And the other one is after entering the text in a textfield keyboard is not closed automatically.

xml

<TextField id="Email" focusable="true" hintText="Email/Username" onReturn="closeKeyboard" ></TextField>
            <TextField id='Password' focusable="true" hintText="Password" passwordMask="true" onReturn="closeKeyboard"></TextField>
js
function closeKeyboard(keybord) {
    keybord.source.blur();
}
pls help me i had tested the same in devices too same thing is happing no cursor not focussed and keyboard.

Viewing all articles
Browse latest Browse all 352

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>