tttstudios / react-native-otp-input

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

Not able to backspace in samsung s10+ & not able to input in ios #93

Open ghost opened 4 years ago

ghost commented 4 years ago

The textinput works in every Android device except S10+. I could only backspace the last digit of the total 6 digits, the first 5 digits are not editable or backspace-able.

In Xcode 10.2, I couldn't input any code, even the cursor doesn't seem to appear. I'm not sure what I'm missing. I'm using the latest version as of react, react-native, and this library (1.3.11). I also have the clipboard dependency installed

sathwik77 commented 4 years ago

I have the same issue, keyboard doesn't even open in both Android and IOS, using expo v38 and package version 1.3.7

edwardigates commented 4 years ago

@pipesorter @sathwik77 Did you find solutions for this issue?