Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard not opening on iOS 13 #162

Open
apple-blossom opened this issue Jun 11, 2024 · 0 comments
Open

Keyboard not opening on iOS 13 #162

apple-blossom opened this issue Jun 11, 2024 · 0 comments

Comments

@apple-blossom
Copy link

apple-blossom commented Jun 11, 2024

I'm using react-native-phone-number-input ^2.1.0, works fine on Android, on iPhone not opening keyboard after clicking on the field

iOS version: 13

Component usage:

<PhoneInput
         defaultCode ='US'
         backgroundColor = 'white'
         containerStyle = {{
                               width: '100%',
                               height: 50,
                               fontSize : 60,
                               fontWeight : 'bold',
                               marginTop : -5,
                               borderBottomWidth: 2,
                               borderBottomColor: mainColor,
                              }}
         textContainerStyle={{ backgroundColor: 'white', borderBottomColor: 'white', marginTop : -5, }}
         textInputProps = {{showSoftInputOnFocus: false}}
         autoFocus={false}
         onChangeFormattedText={setValue}
         value={props.value}
         onChangeText={setValue}
         placeholder={props.placeholder}
       />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant