Hi,
Is there a way to detect the Android ‘keyboard close button’ ?
I use the ‘Runtime:addEventListener( “key”, onKeyEvent )’, and it isn’t detected. That leaves my ‘native.newTextField()’ hanging as I move it manually (‘CoronaWindowMovesWhenKeyboardAppears = false’).
If I use ‘CoronaWindowMovesWhenKeyboardAppears = true’ in my build settings, it moves everything when the keyboard is closed and there isn’t the hanging problem.