tttstudios / react-native-otp-input

Tiny Javascript library which provides an elegant UI for user to input one time passcode.
MIT License
530 stars 239 forks source link

Cannot Type in fields on iOS emulator #114

Open akhilumapathe opened 3 years ago

akhilumapathe commented 3 years ago

Unable to type in to the text fields Not able to focus on text inputs and hence cannot type in

To Reproduce Steps to reproduce the behavior: Start emulater Try to add date to fields

Expected behavior Should be able in input

Screenshots If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

branislavantic87 commented 3 years ago

If keyboard is not shown you can't type in, so you need to initialise keyboard with cmd + k, and again focus fields to be able to type when keyboard pop up.

BananZG commented 3 years ago

Is it working onn iphone / ipad with physical keyboard?

nitrique commented 3 years ago

Hi, don't works on my side with "hardware keyboard", but works with virtual one

aman-singh-unthinkable commented 3 years ago

@nitrique how to change cursor color.

nitrique commented 3 years ago

@aman-singh-unthinkable RTFM or open a ticket but don't spam other guys tickets

ghaschel commented 3 years ago

@aman-singh-unthinkable the caret color will inherit the color you define on selectionColor property

Insights4all commented 3 years ago

@branislavantic87 Thanks A Lot