1

Can we get the x,y coordinates of TextInput when it is focused , i mean when the keyboard is shown ?

Extending my above question, my actual question is how can we animate a TextInput into user visible area when that TextInput is in focus. What are the good approaches for it ?

I have seen some approaches like this but it shrinks the TextInput. Can anyone help me out there ?

Rajesh
  • 546
  • 9
  • 29
  • 2
    [this](http://stackoverflow.com/questions/29313244/how-to-auto-slide-the-window-out-from-behind-keyboard-when-textinput-has-focus) might help you! – Mihir Apr 27 '16 at 12:49

1 Answers1

1

I have bookmarked a few helpful articles and components related to this that I can share with you. The first one is a ready to use component, while the other three answer the question of how.

Chris Geirman
  • 9,474
  • 5
  • 37
  • 70
  • BTW which you will prefer among the list ? @Chris – Rajesh Apr 28 '16 at 06:39
  • Been a while since I looked at any of them, but I'd start with the component, either use it whole sale or peek under the hood for implementation insight. If that didn't work, review the articles for alternative approaches – Chris Geirman Apr 28 '16 at 07:11