It looks like you are running by mistake. The only solution that actually worked for me is to subclass EntryElement and call the FetchValue(); method FetchValue(); in the constructor. Here is an example:
public SAEntryElement (string caption, string placeholder, string value) : base(caption, placeholder, value) {
I could not make a reliable test case to put on a Xamarin bugzilla, and I did not have time to fight it. Since I implemented this solution, the problem disappeared both on the simulator and on the device within a few months. Also note that there is a similar symptom for a known blank line error like Captions (separate issue).
therealjohn
source share