MyFormworks / Formworks

Formworks is a framework for building forms from JSON files.
https://myformworks.github.io/Formworks/
MIT License
6 stars 1 forks source link

Bugfix/keyboard height #108

Closed VicFalcetta closed 3 years ago

VicFalcetta commented 3 years ago

Motivation

Keyboard animation and scroll was not working with TextView for some reason when it was supposed to. And Closes #107

Modifications

The TextView scroll was interfering in some way with the animation, probably related for it being a totally different view and messing with the observers. So I disabled the scroll from the TextView.

Result

The keyboard now doesn't hover on top of the TextView field, but still there is a slight delay on it happening.

Checklist

This PR is