I've got a Xamarin Forms app running on Android. It has various different pages, many of which have one or more Xamarin Forms "Entry" views.
Mostly, everything works great. The users taps on an Entry, it gets focus, the on-screen keyboard appears and the user can type into the Entry text.
Rarely and intermittently, my app gets into a state where pressing the keyboard keys won't cause text to appear in the Entry. The Entry still gets focus and the keyboard pops up, but pressing the keyboard buttons does nothing. Once the problem starts, it happens every time on every Entry, and the only way to get back to normal is to kill the app and launch again. I am actively looking for anything that will let me reproduce the problem reliably, but have not found anything yet.
Users have seen this problem start with various different Entry views on different pages.
Most of the Entry views in question are not part of a ListView, so I don't think it's got anything to do with ListView bindings.
Any suggestions would be greatly appreciated.