tjvantoll / nativescript-IQKeyboardManager

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

UIWebView used in pod 'IQKeyboardManager', '~> 6.2.0' Deprecated #72

Open aaayushsingh opened 4 years ago

aaayushsingh commented 4 years ago

it appears we are using an older version of the IQKeyboardManager pod which includes UIWebView and is throwing warnings for users.

See this issue issue and this comment for details

I see this in code

# bumping beyond 6.2.0 (to at least 6.5) will break the next button for TextFields (not for TextViews)
pod 'IQKeyboardManager', '~> 6.2.0'

Guess we'll have to choose the lesser of the two evils or find a workaround.

EddyVerbruggen commented 4 years ago

Sounds like a valid assessment.