Hacker News new | ask | show | jobs
by cridenour 3772 days ago
Is the solution something you can share on a general level? Would love to see how you approached it.
1 comments

It's not incredibly advanced: It mostly just consists of measuring where exactly the current text box is in the scroll view, how high the text box is, and then having the scroll view scroll to that location, followed by fading in a docked text input right on top of the underlying one. It's pretty slick, but I'd encourage the community to recreate it in a reusable component and open source it.