react-tageditor icon indicating copy to clipboard operation
react-tageditor copied to clipboard

Delimiter keyCode for next button on android keyboard

Open sirramin opened this issue 5 years ago • 2 comments

The next button on android keyboard hasn't any keyCode or charCode and keyCode "13" dosen't work for this button. How should I handle it ?

sirramin avatar Apr 19 '20 20:04 sirramin

Hi @sirramin Could you try keyCode with "9"? I suppose the next may work as "tab" on laptop.

NdYAG avatar Apr 20 '20 07:04 NdYAG

I try and it didn't work. Actually I log next button charCode but it returns null.

sirramin avatar Apr 20 '20 12:04 sirramin