[TIMOB-24469] iOS: Dismiss keyboard on drag / interactively in ScrollView does not working if Textfield is outside ScrollView
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2017-03-09T08:13:17.000+0000 |
Affected Version/s | Release 6.0.2 |
Fix Version/s | n/a |
Components | iOS |
Labels | dismiss, iOS, keyboard, scrollView |
Reporter | Shuo Liang |
Assignee | Eric Merriman |
Created | 2017-03-09T02:02:51.000+0000 |
Updated | 2017-05-31T22:31:36.000+0000 |
This is a different use-case then the one this feature introduced. for chat-style text-fields, you would place it in the
keyboardToolbar
property like other services like iMessage and WhatsApp do. And if a textfield should scroll with the keyboard, it always has to be in a scroll view or list view (which inherits from the scroll view). So in summary, this is the native behavior and an architectural issue of your app, please check one of the above solutions, thx!Closing ticket with reference to the above comment.