dashman
dashman

Reputation: 3028

Nativescript - cannot edit an input field at the bottom of page (iOS)

Have a page with lots of input fields laid out vertically inside a scrollview - some at the bottom.

The problem is when I tap on an input field at the bottom - the keyboard pops up and hides the field - it doesn't auto scroll up to make the field visible.

This is on iOS.

Any help?

Doesn't happen in Android - it automatically makes the input field visible by moving it above the keyboard.

Upvotes: 0

Views: 175

Answers (1)

Nick Iliev
Nick Iliev

Reputation: 9670

On iOS, you can use nativescript-iqkeyboardmanager plugin which resolves this case and makes the content "pushable".

Sample demo demonstrating the usage of the plugin can be found here.

Upvotes: 0

Related Questions