same problem here. added and onclick event to open the keyboard.
 
  EditText input = (EditText) findViewById(R.id.input);
  input.setOnKeyListener(inputKeyListener);
  // keyboard does not showup automatically
  input.setOnClickListener(new EditText.OnClickListener() {
   public void onClick(View v) {
    openSoftKeyboard(v);
    // perform action
   }
  });
  pager = (ViewPager) findViewById(R.id.pager);

Il giorno lunedì 6 maggio 2013 16:53:10 UTC+2, [email protected] ha 
scritto:

> Hello,
>
> I've been trying to open the code of Yaaic I've downloaded from Github and 
> to compile it myself. Although nearly everything works and there's no error 
> in Eclipse, there's one big issue: the keyboard doesn't open when I click 
> on the text field when I'm inside a chat. However, when I download the app 
> from the Play Store, the keyboard works. I haven't edited anything in the 
> source code.
>
> Can anybody help me with this problem?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Yaaic" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to