C# Xamarin/Monotouch.Dialog - EntryElement Not Displaying Entered Characters
c#, entryelement, monotouch.dialog, xamarin, xamarin.ios
Solution
At `Xamarin` bug tracking system Bug 7398 is the situation you described.
But it is version 5.4 of `iOS` and on 5.2 it works fine.
Also Bug 7116 describes the same issue but this time it wasnt `Xamarins` bug.
My suggestion to you is to post you issue as a bug at bugzilla.xamarin.com.
Plese you the sample I have provided above to write you bug report correctly.
Problem
I have a `Monotouch.Dialog EntryElement`. Occasionally when I start typing, nothing shows up... The cursor does not display, and if I type text, it cannot be seen, but it does get persisted to the `EntryElement.Value` property. The problem seems to be only on the `iPhone` itself, but not on the `iOS Simulator`. I'm running `iOS 6.3` Any ideas? This pretty much writes off `Monotouch` for me if I can't have a consistent user experience.