在iOS WeexSDK中的WXEditComponent.m类中
- (void)keyboardWillHide:(NSNotification*)notification方法中
if (![self.view isFirstResponder]) 修改成  if (![self.view isFirstResponder] && 
rootView.frame.origin.y == 0.f) 可以修复此问题,但是并不清楚会不会出现其他问题,还望答疑



[ Full content available at: 
https://github.com/apache/incubator-weex/issues/1503 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to