Is this possible at all? When I create a form using MonoTouch.Dialog, it comes automatically with the “next” button, but that jumps to the last input in the form. Is this a bug, or is it because I have to set a tabindex of sorts to make it work?
Is this possible at all? When I create a form using MonoTouch.Dialog, it comes
Share
Ah, I found the answer on github. My bad, I should’ve looked more thoroughly there first. On the
GetCellof theEntryElement, inside theentry.ShouldReturnforeach-loop, you need to break after setting focus to the next input.https://github.com/SuperYeti/MonoTouch.Dialog/blob/master/MonoTouch.Dialog/Elements.cs#L1096