We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这几天我在flutter中遇到一个bug: TextView唤起键盘选中“简体拼音”输入法,随便输入点什么内容,然后选中其中的10+个字符,锁屏或者退到后台,再回来发现TextView中选中的文字被删除了。 我看了flutter的engine底层代码,用的是UIView实现UITextInput协议;和YYTextView的实现差不多,然后用YYTextView试了下,发现同样的问题。
原因是: 在退到后台,或者锁屏之后会来一次下面的方法,markedText是nil
感觉是系统的原因。
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
这几天我在flutter中遇到一个bug:
TextView唤起键盘选中“简体拼音”输入法,随便输入点什么内容,然后选中其中的10+个字符,锁屏或者退到后台,再回来发现TextView中选中的文字被删除了。
我看了flutter的engine底层代码,用的是UIView实现UITextInput协议;和YYTextView的实现差不多,然后用YYTextView试了下,发现同样的问题。
原因是:
在退到后台,或者锁屏之后会来一次下面的方法,markedText是nil
感觉是系统的原因。
The text was updated successfully, but these errors were encountered: