I have an issue on the Android platform. The automatic scrolling that occurs when I set focus to an entry field is not working properly so I tried to use ScrollToAsync on my ScrollView manually. The problem is, the system is still trying to do its own scrolling so it messes it up. I've tried a few solutions people posted but they didn't work -- the keyboard wouldn't dismiss and I couldn't manually scroll with my finger anymore.
Furthermore, I found out that the view Android is auto-scrolling IS NOT even my ScrollView. I cannot figure out what the heck it is. I've set my ScrollView back to 0,0 but it was still scrolled up from clicking on an entry. If I can't figure out how to stop the scrolling altogether, I want to be able to counter this scrolling and set whatever it is back to Y=0. I've went as far up from my scrollview as I could by calling .Parent but the Y's and TranslateY's were still 0.
Can anyone please help?
Thanks!