Getextractedtext on Inactive Inputconnection Warning on Android

getSelectedText on inactive InputConnection flutter

Known issue, tracked here,it's still there. There is no explanation on what's causing it.

I did a little bit of digging. It looks like Android is generating these warnings because we are holding the InputConnection incorrectly in the Engine's TextInputPlugin. I haven't really figured out what we're doing wrong, though.

source

Numeric EditText shows Text keyboard momentarily (inactive InputConnection)

Found the solution by putting the following into my AndroidManifest.xml:

android:windowSoftInputMode="adjustPan"

Under my corresponding <activity> block. Solution found from here in the comments.



Related Topics



Leave a reply



Submit