bradleygore / nativescript-textinputlayout

Android Material Design TextInputLayout for NativeScript
36 stars 14 forks source link

Element with error does not auto-scroll above the soft keyboard #36

Open KirilOkun opened 6 years ago

KirilOkun commented 6 years ago

If Textinputlayout element is at the bottom of the page and is in the normal state clicking on it will open the soft keyboard and scroll the element above so it's visible while typing. But if the same element has an error string defined and is clicked it no longer scrolls up and the keyboard covers it. This is a serious usability problem.
I understand that you are no longer actively developing this plugin. Could you make a suggestions of where in your code to start looking to fix this.