When placing multiple Entry controls on a page in Xamarin forms, there appears to be no (obvious) way to enable the Next/Finished buttons that appear on the device keyboard. The buttons appear, but clicking them does nothing.
You can replicate this in the 'FormsSample' app on the 'Entry (single line)' page. The next button appears on the email and password fields, and the finished button on the phone number field, but none of the do anything.
Am I missing something obvious or is this a bug/feature omission?
Thanks