0

When i click on Textfield in My app The console show this

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

this is the screenshot of my application that i'am working on it

Divit Vaghani
  • 90
  • 1
  • 8

2 Answers2

0

This is a known issue and there's a lot of methods to try fix it but nothing official.

Github issue:

You can try:

Lucas Josino
  • 820
  • 1
  • 4
  • 14
0

Have you try using a methods like

onChanged()
onFieldSubmitted()
onEditCompleted()
Kalpesh Khandla
  • 758
  • 1
  • 9
  • 22