+ 2
Allow cursor but disable mobile popup keyboard js
I have been trying to make a calculator, which as you know, has a keyboard. I made my own keyboard and I don't want the default keyboard to show on mobile, but I still want mobile users to be able to select there position In the text with their cursor. Is this possible? If so, how? Thanks!
1 Answer
0
Thanks I just ended up making my own text field component. It was a lot of work. LOL. I'm using svelte. It was complicated...