I have a really odd behaviour with the ViewCell's Entry text box seemingly losing focus immediately after the user focuses it. The on-screen keyboard will appear, briefly using the correct InputType/Keyboard mode for the Entry, but then it will revert to the Default keyboard and the Entry loses its focus. Typing on the OSK at this point results in nothing happening. It is literally impossible to type text into the Entry.
It appears that there is some errata with Android's ListView control when it contains focusable child views such as an Entry. It is necessary to disable focusability of the ListView itself, which would be fine for me. However there is no ListViewRenderer currently so I am unable to do this.
Please can I have some suggestions as this is a pretty big show-stopper for us.