I searched and couldn't find any solution to this... Plus I'm not sure if it's just limited to the Trial version since that is what I'm currently playing with, so didn't want to put this in the bug section.
I have a simple activity with an EditText and a ListView. When the editText_EnterPressed method triggers, it simply adds the entered text to the listview. The problem is the EditText then loses focus and requesting focus doesn't work. I even monitored it with the FocusChanged sub which if HasFocus was false, it would request focus. Odd part is when I did this, the focus appeared to actually be set... but no matter how much you type, the EditText no longer accept text.
Anyone seen this?