tjvantoll / nativescript-IQKeyboardManager

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

Content under status bar on iOS #46

Open waynerobinson opened 5 years ago

waynerobinson commented 5 years ago

Is there any way to prevent content from being pushed under the status bar as it is being dodged under the keyboard?

ycherniavskyi commented 5 years ago

@waynerobinson got the same issue, have you found the solution?

pavlofigol commented 5 years ago

@waynerobinson , @ycherniavskyi did you manage to overcome this? Thanks in advance

ycherniavskyi commented 5 years ago

@gitpf I got this issue when use IQKeyboardManager and UIRefreshControl simultaneous, so my solution was to hide keyboard before activating UIRefreshControl.

marpesia commented 4 years ago

I've fixed it wrapping up the <PreviousNextView> tag in a <StackLayout> tag