What code do i use to make the keyboard pop up on ios when i press on the text input box to enter a password or email for example.
Hi!
The keyboard should appear automatically when focus is given to a <TextInput>
. If this is not the case, you have to provide us with a test case for further debugging/help
it still doesnt come up, this is the code
<TextInput Text="Password" TextAlignment="Center" TextColor="#FFFFFF" Margin="1, 16, 1, 1" Height="55" IsPassword="true" FontSize="20" Width="290"/>
Hi, what iOS device are you testing on and what is the OS version?