tjvantoll / nativescript-IQKeyboardManager

NativeScript wrapper for the popular IQKeyboardManager iOS framework
MIT License
100 stars 20 forks source link

Is TextView supported ? #44

Closed b02505048 closed 5 years ago

b02505048 commented 5 years ago

I have a <TextView editable="true" /> and when I'm typing with IQKeyboardManager, it won't scroll to the newest line automatically when I pressed return, the newest line will always be covered by keyboard.

Any solution for this? Thank you.

EddyVerbruggen commented 5 years ago

Perhaps you can work around it by increasing the distance between the cursor and the keyboard?

https://github.com/tjvantoll/nativescript-IQKeyboardManager/blob/1b5ef97cf016dd2792b83473445c2193740e6fd9/demo/app/main-view-model.ts#L51