tags:

views:

106

answers:

0

I am using AutoCompleteTextView (ACTV) in my app. The ACTV is vertically positioned around 100px from the top. When user clicks on it, software keyboard opens and the suggestions dropdown appears below the ACTV. Now I am getting to the bug - when user taps on some suggestion from the dropdown, the dropdown jumps above the ACTV! So if I want to select a suggestion, I have to tap on the screen twice - firstly when the dropdown is below and then after it jumps to the top (by "jumps" I mean it immediately disappears under my finger and opens above). Any idea how to circumvent this bug?