I have multiple input fields next to each other to simulate a verification code input. I want go to the next input field whenever one is edited with a character, but when it goes from one input field to another, the keyboard disappears and reappears again to create this flicker effect. Is it possible to keep the keyboard on the screen when clicking an input field while already selecting another?
I know there are multiple answers to this question , but none of them clearly specifies the solution. Some answers tap into XCode and stuff