当我点击我的应用程序中的文本字段时,控制台显示这个
W/IInputConnectionWrapper(10655): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(10655): getSelectedText on inactive InputConnection
W/IInputConnectionWrapper(10655): getTextAfterCursor on inactive InputConnection
W/IInputConnectionWrapper(10655): beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper(10655): endBatchEdit on inactive InputConnection
这是我正在开发的应用程序的屏幕截图
这是一个已知的问题,有很多方法可以尝试解决它,但没有正式的方法。
Github问题:
- TextFields在调试模式下生成许多警告/错误消息
您可以尝试:
- 方法1
- 方法2
- 方法3
你尝试过使用这样的方法吗
onChanged()
onFieldSubmitted()
onEditCompleted()