I am building a Xamarin.Forms app to be used with iOS and Android. The first Page
of this app is a login form, with fields pictured below.
It's my intention to have the keyboard (when focused on the username field) expect all-lowercase characters.
I achieved this on a physical Android device by removing Keyboard="Text"
. However, the iOS emulator seems adamant that uppercase is the way to go on that first letter, also showing this behaviour when I have the software keyboard up on the emulator.
I've really struggled to find more information for this when browsing Google. Is anyone aware of:
I found a simple xaml solution from alexgavru on this question.
<Entry Keyboard="Plain" />
worked for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With