**Steps to reproduce:**
* Create an InputField on and android device (Im using a one plus 6 with android 10).
* Tap input field to open keyboard.
* Tap the back button.
----------
**What happens:**
* Keyboard stays open.
* Tapping on screen seems to do nothing for multiple seconds as well as home button or clicking on other input fields does not work.
* Phone vibrates a bit after a while and nothing can be done until I tap another input field again.
----------
**What should happen:**
* Keyboard should close.
----------
**Questions:**
* Can I somehow capture the back button press when keyboard is open. "Input.GetKeyDown(KeyCode.Escape)" Does not do this.
* Is this fixed in a newer version of unity or is this intended behaviour? What can be done about this?
↧