Did anyone ever find a workaround for this? We’re having the same problem. No event.phase “ended” is getting fired when dismissing the keyboard on android.
We also seem to occasionally get the “editing” phase when dismissing the keyboard on android. No such problems on iOS, everything seems to work nicely.
We also tried listening for events from the minimise key (which seems to be where we are experiencing the issue), but we are not getting an event back in either the Runtime “key” event listener, or the “userInput” event listener on the native text object itself.
I suspect that on android the keyboard isn’t losing focus when “minimising”, which is why we arn’t getting the “ended” phase. But we really need to have at least a key event fired so we can detect when the minimise key is being pressed.
We’re testing this on daily build 1228.
This is a real issue! Can someone shine some light on this please or share a workaround? Thanks!