emilsjolander/StickyScrollViewItems

problem occurs when the sticking item is an EditText

Opened this issue · 0 comments

Hello Emil Sjölander.
I've got an issue with this StcikyScrollView.
When the sticking item is an EditText, if the EditText gets clicked, the StickyScrollView will scroll all the way back to the EditText's original position. I think the cause is when an EditText gets clicked, it will be selected and get the focus. And if it's off the screen, the screen will scroll until the EditText appears.
I wish I have explained this problem clearly.
Do you have any idea to solve this problem?
Thanks in advance.